Adjusted the position and layout of the recruit dialog.
This commit is contained in:
parent
a2c7ca056e
commit
28ee828a3c
2 changed files with 19 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
[resolution]
|
[resolution]
|
||||||
|
|
||||||
|
vertical_placement=bottom
|
||||||
#min_width = 250 #"{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
#min_width = 250 #"{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
||||||
#min_height = 250 #"{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
#min_height = 250 #"{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
||||||
|
|
||||||
|
@ -28,9 +29,12 @@
|
||||||
[image]
|
[image]
|
||||||
w="{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
w="{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
||||||
h="{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
h="{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
||||||
vertical_alignment=bottom
|
vertical_placement=bottom
|
||||||
#w=250
|
#w=250
|
||||||
#h=250
|
#h=250
|
||||||
|
#x=(500 - image_original_width)
|
||||||
|
#50
|
||||||
|
y=(500 - image_original_height)
|
||||||
name = "(text)"
|
name = "(text)"
|
||||||
[/image]
|
[/image]
|
||||||
|
|
||||||
|
|
|
@ -18,15 +18,16 @@
|
||||||
|
|
||||||
definition= "default"
|
definition= "default"
|
||||||
|
|
||||||
#automatic_placement= "false"
|
automatic_placement= "false"
|
||||||
#vertical_placement= "center"
|
#vertical_placement= "center"
|
||||||
#horizontal_placement= "right"
|
#horizontal_placement= "right"
|
||||||
maximum_width= 800
|
maximum_width=800
|
||||||
maximum_height= 600
|
maximum_height=600
|
||||||
#width=700
|
width=800
|
||||||
#height=550
|
height=600
|
||||||
# x=743
|
#x=50
|
||||||
# y=200
|
x=(gamemap_width - ( 800 - 5) )
|
||||||
|
y=200
|
||||||
|
|
||||||
[grid]
|
[grid]
|
||||||
|
|
||||||
|
@ -61,14 +62,14 @@
|
||||||
|
|
||||||
#default_width = 250 #"{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
#default_width = 250 #"{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
||||||
#default_height = 250 #"{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
#default_height = 250 #"{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
||||||
|
vertical_placement=bottom
|
||||||
#max_width = 250 #"{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
#max_width = 250 #"{__GUI_IMAGE_DISPLAYED_WIDTH}"
|
||||||
#max_height = 250 #"{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
#max_height = 250 #"{__GUI_IMAGE_DISPLAYED_HEIGHT}"
|
||||||
#{GUI_FORCE_WIDGET_MINIMUM_SIZE
|
#{GUI_FORCE_WIDGET_MINIMUM_SIZE
|
||||||
#{__GUI_IMAGE_DISPLAYED_WIDTH} {__GUI_IMAGE_DISPLAYED_HEIGHT} (
|
#{__GUI_IMAGE_DISPLAYED_WIDTH} {__GUI_IMAGE_DISPLAYED_HEIGHT} (
|
||||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 500 500 (
|
{GUI_FORCE_WIDGET_MINIMUM_SIZE 500 500 (
|
||||||
[image]
|
[image]
|
||||||
vertical_alignment=bottom
|
vertical_alignment=bottom
|
||||||
definition=scaled
|
definition=scaled
|
||||||
id=unit_portrait
|
id=unit_portrait
|
||||||
[/image])}
|
[/image])}
|
||||||
|
@ -108,6 +109,7 @@
|
||||||
[list_definition]
|
[list_definition]
|
||||||
[row]
|
[row]
|
||||||
[column]
|
[column]
|
||||||
|
|
||||||
#horizontal_grow=true
|
#horizontal_grow=true
|
||||||
horizontal_alignment=right
|
horizontal_alignment=right
|
||||||
[toggle_panel]
|
[toggle_panel]
|
||||||
|
@ -119,6 +121,7 @@
|
||||||
[/image]
|
[/image]
|
||||||
[/column]
|
[/column]
|
||||||
[column]
|
[column]
|
||||||
|
{GUI_FORCE_WIDGET_MINIMUM_SIZE 175 0 (
|
||||||
[grid]
|
[grid]
|
||||||
[row]
|
[row]
|
||||||
[column]
|
[column]
|
||||||
|
@ -146,6 +149,7 @@
|
||||||
[/column]
|
[/column]
|
||||||
[/row]
|
[/row]
|
||||||
[/grid]
|
[/grid]
|
||||||
|
) }
|
||||||
[/column]
|
[/column]
|
||||||
[/row]
|
[/row]
|
||||||
[/grid]
|
[/grid]
|
||||||
|
@ -154,6 +158,7 @@
|
||||||
[/row]
|
[/row]
|
||||||
[/list_definition]
|
[/list_definition]
|
||||||
[/listbox]
|
[/listbox]
|
||||||
|
|
||||||
[/column]
|
[/column]
|
||||||
[/row]
|
[/row]
|
||||||
[/grid]
|
[/grid]
|
||||||
|
|
Loading…
Add table
Reference in a new issue