help browser: fix weird spacing and alignment issue in treeview
thanks to Vultraz for helping with the fix
This commit is contained in:
parent
470c3da79c
commit
8ab6d2458a
1 changed files with 4 additions and 20 deletions
|
@ -22,7 +22,6 @@
|
|||
[row]
|
||||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_grow = true
|
||||
border = "left,top,bottom"
|
||||
border_size = 5
|
||||
[toggle_button]
|
||||
|
@ -32,6 +31,7 @@
|
|||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = true
|
||||
|
@ -41,15 +41,6 @@
|
|||
linked_group = "names"
|
||||
[/label]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
||||
[spacer]
|
||||
width = 5
|
||||
[/spacer]
|
||||
[/column]
|
||||
[/row]
|
||||
[/grid]
|
||||
[/toggle_panel]
|
||||
|
@ -69,7 +60,8 @@
|
|||
[grid]
|
||||
[row]
|
||||
[column]
|
||||
border = "all"
|
||||
grow_factor = 0
|
||||
border = "left,top,bottom"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
|
@ -84,6 +76,7 @@
|
|||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
grow_factor = 1
|
||||
horizontal_grow = true
|
||||
|
||||
[label]
|
||||
|
@ -91,15 +84,6 @@
|
|||
linked_group = "names"
|
||||
[/label]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
||||
[spacer]
|
||||
width = 5
|
||||
[/spacer]
|
||||
[/column]
|
||||
[/row]
|
||||
[/grid]
|
||||
[/toggle_panel]
|
||||
|
|
Loading…
Add table
Reference in a new issue