gui2/tgamestate_inspector: Reindent

This commit is contained in:
Ignacio R. Morelle 2014-03-02 05:14:15 -03:00
parent c625af6b13
commit 220f86036e

View file

@ -4,24 +4,24 @@
###
[window]
id = "gamestate_inspector"
description = "Gamestate inspector dialog."
id = "gamestate_inspector"
description = "Gamestate inspector dialog."
[resolution]
definition = "default"
automatic_placement = "true"
vertical_placement = "top"
horizontal_placement = "left"
[resolution]
definition = "default"
automatic_placement = "true"
vertical_placement = "top"
horizontal_placement = "left"
[linked_group]
id = "name"
fixed_width = "true"
[/linked_group]
[linked_group]
id = "name"
fixed_width = "true"
[/linked_group]
[linked_group]
id = "typename"
fixed_width = "true"
[/linked_group]
[linked_group]
id = "typename"
fixed_width = "true"
[/linked_group]
[tooltip]
id = "tooltip_large"
@ -31,47 +31,47 @@
id = "tooltip_large"
[/helptip]
[grid]
[row] #header
grow_factor = 0
[grid]
[row] #header
grow_factor = 0
[column]
border = "all"
border_size = 5
horizontal_alignment = "left"
[column]
border = "all"
border_size = 5
horizontal_alignment = "left"
[label]
definition = "title"
label = _ "Gamestate Inspector"
[/label]
[/column]
[/row]
[label]
definition = "title"
label = _ "Gamestate Inspector"
[/label]
[/column]
[/row]
[row] #menu
grow_factor = 0
[row] #menu
grow_factor = 0
[column]
grow_factor = 7
border = "all"
border_size = 5
horizontal_alignment = "left"
[column]
grow_factor = 7
border = "all"
border_size = 5
horizontal_alignment = "left"
[label]
id="inspector_name"
definition = "default"
label= ""
[/label]
[/column]
[/row]
[label]
id="inspector_name"
definition = "default"
label= ""
[/label]
[/column]
[/row]
[row] #stack-title
grow_factor = 4
[row] #stack-title
grow_factor = 4
[column]
grow_factor = 7
horizontal_grow = "true"
[grid]
[row]
[column]
grow_factor = 7
horizontal_grow = "true"
[grid]
[row]
[column]
vertical_alignment = "top"
horizontal_alignment = "left"
@ -202,59 +202,59 @@
[/grid]
[/column]
[column]
grow_factor = 6
border = "all"
border_size = 5
vertical_alignment = "top"
horizontal_alignment = "left"
[grid]
[row]
[column]
#
# Emulate the listbox headers' top/bottom padding
# here relative to the scroll_label below.
#
border = "top,bottom"
border_size = 5
horizontal_alignment = "left"
[label]
definition = "default"
label = _ "Contents"
[/label]
[/column]
[/row]
[row]
[column]
horizontal_alignment = "left"
[scroll_label]
id = "inspect"
definition = "default"
[/scroll_label]
[/column]
[/row]
[/grid]
[/column]
[/row]
[/grid]
[/column]
[/row]
[column]
grow_factor = 6
border = "all"
border_size = 5
vertical_alignment = "top"
horizontal_alignment = "left"
[grid]
[row]
[column]
#
# Emulate the listbox headers' top/bottom padding
# here relative to the scroll_label below.
#
border = "top,bottom"
border_size = 5
horizontal_alignment = "left"
[label]
definition = "default"
label = _ "Contents"
[/label]
[/column]
[/row]
[row]
[column]
horizontal_alignment = "left"
[scroll_label]
id = "inspect"
definition = "default"
[/scroll_label]
[/column]
[/row]
[/grid]
[/column]
[/row]
[/grid]
[/column]
[/row]
[row] #status
grow_factor = 0
[row] #status
grow_factor = 0
[column]
grow_factor = 0
border = "all"
border_size = 5
horizontal_alignment = "right"
[button]
id = "cancel"
definition = "default"
label = _ "Close"
[/button]
[/column]
[/row]
[/grid]
[/resolution]
[column]
grow_factor = 0
border = "all"
border_size = 5
horizontal_alignment = "right"
[button]
id = "cancel"
definition = "default"
label = _ "Close"
[/button]
[/column]
[/row]
[/grid]
[/resolution]
[/window]