mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Update default page, update changelogs
This commit is contained in:
parent
2917affe5e
commit
227d809c83
@ -157,3 +157,4 @@ local Drag = component.create("drag", { component.ON_INPUT }, const.PRIORITY_INP
|
||||
-- Mouse scroll working when cursor is hover on scroll view node
|
||||
-- Vertical scroll have more priority than horizontal
|
||||
-- Fix: When Hover component node became disabled, reset hover state (throw on_hover and on_mouse_hover events)
|
||||
-- This is basic implementation, it is work not perfect
|
||||
|
@ -5984,7 +5984,7 @@ nodes {
|
||||
nodes {
|
||||
position {
|
||||
x: -300.0
|
||||
y: 0.0
|
||||
y: 150.0
|
||||
z: 0.0
|
||||
w: 1.0
|
||||
}
|
||||
@ -6018,7 +6018,7 @@ nodes {
|
||||
id: "grid_content"
|
||||
xanchor: XANCHOR_NONE
|
||||
yanchor: YANCHOR_NONE
|
||||
pivot: PIVOT_W
|
||||
pivot: PIVOT_NW
|
||||
adjust_mode: ADJUST_MODE_FIT
|
||||
parent: "scroll_with_grid_size"
|
||||
layer: "image"
|
||||
|
@ -72,7 +72,7 @@ function init(self)
|
||||
|
||||
init_swipe_control(self)
|
||||
|
||||
self.page = 8
|
||||
self.page = 1
|
||||
main_page.setup_page(self)
|
||||
text_page.setup_page(self)
|
||||
button_page.setup_page(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user