Update default page, update changelogs

This commit is contained in:
Insality 2021-04-01 22:52:03 +03:00
parent 2917affe5e
commit 227d809c83
3 changed files with 4 additions and 3 deletions

View File

@ -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 -- Mouse scroll working when cursor is hover on scroll view node
-- Vertical scroll have more priority than horizontal -- 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) -- 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

View File

@ -5984,7 +5984,7 @@ nodes {
nodes { nodes {
position { position {
x: -300.0 x: -300.0
y: 0.0 y: 150.0
z: 0.0 z: 0.0
w: 1.0 w: 1.0
} }
@ -6018,7 +6018,7 @@ nodes {
id: "grid_content" id: "grid_content"
xanchor: XANCHOR_NONE xanchor: XANCHOR_NONE
yanchor: YANCHOR_NONE yanchor: YANCHOR_NONE
pivot: PIVOT_W pivot: PIVOT_NW
adjust_mode: ADJUST_MODE_FIT adjust_mode: ADJUST_MODE_FIT
parent: "scroll_with_grid_size" parent: "scroll_with_grid_size"
layer: "image" layer: "image"

View File

@ -72,7 +72,7 @@ function init(self)
init_swipe_control(self) init_swipe_control(self)
self.page = 8 self.page = 1
main_page.setup_page(self) main_page.setup_page(self)
text_page.setup_page(self) text_page.setup_page(self)
button_page.setup_page(self) button_page.setup_page(self)