[gui] update

This commit is contained in:
2019-03-01 12:48:07 +03:00
parent 020fb23188
commit 3e06e5df26
22 changed files with 273 additions and 216 deletions

View File

@@ -8,8 +8,8 @@ views:
- id: tabs
$type: haxework.gui.HGroupView
layout.margin: 5
layout.hAlign: LEFT
geometry.size.percent.width: 100
layout.hAlign: left
geometry.size.width: 100%
geometry.padding.left: 5
views:
- id: list_form

View File

@@ -8,5 +8,5 @@ views:
scroll:
$type: haxework.gui.list.VScrollBarView
skin: $r:skin:scroll
geometry.size.percent.height: 100
geometry.size.fixed.width: 10
geometry.size.height: 100%
geometry.size.width: 10

View File

@@ -5,12 +5,12 @@ views:
scroll:
$type: haxework.gui.list.VScrollBarView
skin: $r:skin:scroll
geometry.size.percent.height: 100
geometry.size.fixed.width: 10
geometry.size.height: 100%
geometry.size.width: 10
view:
id: group
$type: haxework.gui.GroupView
geometry.size.percent.width: 100
geometry.size.width: 100%
layout.margin: 5
layout:
$type: haxework.gui.layout.TailLayout