Adjust spacing and width in editor category dropdown
This commit is contained in:
committed by
Paul Chote
parent
d22cd3a74f
commit
e2572b214f
@@ -644,29 +644,30 @@ Container@EDITOR_WORLD_ROOT:
|
|||||||
Contrast: true
|
Contrast: true
|
||||||
|
|
||||||
ScrollPanel@CATEGORY_FILTER_PANEL:
|
ScrollPanel@CATEGORY_FILTER_PANEL:
|
||||||
Width: 190
|
Width: 230
|
||||||
|
TopBottomSpacing: 5
|
||||||
|
ItemSpacing: 5
|
||||||
Children:
|
Children:
|
||||||
Container@SELECT_CATEGORIES_BUTTONS:
|
Container@SELECT_CATEGORIES_BUTTONS:
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
Height: 30
|
Height: 25
|
||||||
Children:
|
Children:
|
||||||
Button@SELECT_ALL:
|
Button@SELECT_ALL:
|
||||||
X: 10
|
X: 10
|
||||||
Y: 2
|
Y: 0 - 5
|
||||||
Width: 60
|
Width: 88
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: All
|
Text: All
|
||||||
Button@SELECT_NONE:
|
Button@SELECT_NONE:
|
||||||
X: PARENT_RIGHT - WIDTH - 34
|
X: 10 + 88 + 10
|
||||||
Y: 2
|
Y: 0 - 5
|
||||||
Width: 60
|
Width: 88
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: None
|
Text: None
|
||||||
Checkbox@CATEGORY_TEMPLATE:
|
Checkbox@CATEGORY_TEMPLATE:
|
||||||
X: 5
|
X: 5
|
||||||
Y: 5
|
|
||||||
Width: PARENT_RIGHT - 29
|
Width: PARENT_RIGHT - 29
|
||||||
Height: 22
|
Height: 20
|
||||||
Visible: false
|
Visible: false
|
||||||
|
|
||||||
ScrollPanel@COPY_FILTER_PANEL:
|
ScrollPanel@COPY_FILTER_PANEL:
|
||||||
|
|||||||
@@ -620,29 +620,30 @@ Container@EDITOR_WORLD_ROOT:
|
|||||||
Contrast: true
|
Contrast: true
|
||||||
|
|
||||||
ScrollPanel@CATEGORY_FILTER_PANEL:
|
ScrollPanel@CATEGORY_FILTER_PANEL:
|
||||||
Width: 170
|
Width: 240
|
||||||
|
TopBottomSpacing: 5
|
||||||
|
ItemSpacing: 5
|
||||||
Children:
|
Children:
|
||||||
Container@SELECT_CATEGORIES_BUTTONS:
|
Container@SELECT_CATEGORIES_BUTTONS:
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
Height: 29
|
Height: 25
|
||||||
Children:
|
Children:
|
||||||
Button@SELECT_ALL:
|
Button@SELECT_ALL:
|
||||||
X: 10
|
X: 10
|
||||||
Y: 2
|
Y: 0 - 5
|
||||||
Width: 60
|
Width: 93
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: All
|
Text: All
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Button@SELECT_NONE:
|
Button@SELECT_NONE:
|
||||||
X: PARENT_RIGHT - WIDTH - 34
|
X: 10 + 93 + 10
|
||||||
Y: 2
|
Y: 0 - 5
|
||||||
Width: 60
|
Width: 93
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: None
|
Text: None
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Checkbox@CATEGORY_TEMPLATE:
|
Checkbox@CATEGORY_TEMPLATE:
|
||||||
X: 5
|
X: 5
|
||||||
Y: 5
|
|
||||||
Width: PARENT_RIGHT - 29
|
Width: PARENT_RIGHT - 29
|
||||||
Height: 20
|
Height: 20
|
||||||
Visible: false
|
Visible: false
|
||||||
|
|||||||
Reference in New Issue
Block a user