Now show the victory laurel in a stacked widget.

This commit is contained in:
Mark de Wever 2009-07-11 15:20:07 +00:00
parent c0730b2a4e
commit 0bf157a947

View file

@ -83,28 +83,58 @@
[column]
grow_factor = 1
horizontal_grow = "true"
horizontal_grow = "true"
border = "left"
border_size = 3
[image]
id = "icon"
definition = "default"
[/image]
[/column]
[column]
grow_factor = 1
horizontal_grow = "true"
[image]
id = "victory"
border = "all"
border_size = 5
vertical_alignment = "top"
[stacked_widget]
id = ""
definition = "default"
label = "misc/laurel.png"
[/image]
[stack_definition]
[row]
[column]
grow_factor = 1
horizontal_grow = "true"
border = "left"
border_size = 3
[image]
definition = "default"
[/image]
[/column]
[/row]
[/stack_definition]
[stack_data]
[row]
[column]
id = "victory"
label = "misc/laurel.png"
[/column]
[/row]
[row]
[column]
id = "icon"
[/column]
[/row]
[/stack_data]
[/stacked_widget]
[/column]