Skip to content

Commit

Permalink
tgamestate_inspector: display as fullscreen window and adjusted layou…
Browse files Browse the repository at this point in the history
…t as relevant
  • Loading branch information
Vultraz committed Feb 27, 2016
1 parent 6b827e6 commit 9afb987
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions data/gui/default/window/gamestate_inspector.cfg
Expand Up @@ -8,10 +8,9 @@
description = "Gamestate inspector dialog."

[resolution]
definition = "default"
automatic_placement = "true"
vertical_placement = "top"
horizontal_placement = "left"
definition = "borderless"

{GUI_WINDOW_FULLSCREEN}

[linked_group]
id = "name"
Expand Down Expand Up @@ -65,11 +64,12 @@
[/row]

[row] #stack-title
grow_factor = 4
grow_factor = 1

[column]
grow_factor = 7
grow_factor = 1
horizontal_grow = "true"
vertical_alignment = "top"
[grid]
[row]
[column]
Expand All @@ -78,14 +78,15 @@
[grid]
[row]
[column]
grow_factor = 3
grow_factor = 1
border = "all"
border_size = 5
horizontal_grow = "true"

[listbox]
id = "stuff_types_list"
definition = "default"
horizontal_scrollbar_mode = "never"
[header]
[row]
[column]
Expand Down Expand Up @@ -140,14 +141,15 @@

[row]
[column]
grow_factor = 3
grow_factor = 1
border = "all"
border_size = 5
horizontal_grow = "false"

[listbox]
id = "stuff_list"
definition = "default"
horizontal_scrollbar_mode = "never"
[header]
[row]
[column]
Expand Down Expand Up @@ -203,9 +205,9 @@
[/column]

[column]
grow_factor = 6
grow_factor = 1
vertical_alignment = "top"
horizontal_alignment = "left"
horizontal_grow = "true"
[grid]
[row]
[column]
Expand Down Expand Up @@ -250,7 +252,7 @@
[column]
border = "left,bottom,right"
border_size = 5
horizontal_alignment = "left"
horizontal_grow = "true"

[scroll_label]
id = "inspect"
Expand Down

0 comments on commit 9afb987

Please sign in to comment.