Fixed a bug which causes the toolbar buttons to fall outside the screen...
...at lower resolutions.
This commit is contained in:
parent
6d442d353b
commit
cd699e2a69
1 changed files with 9 additions and 17 deletions
|
@ -454,7 +454,7 @@ height=600
|
|||
image=flood_button_editor
|
||||
items=editfloodfill
|
||||
rect=945,229,969,254
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -462,7 +462,7 @@ height=600
|
|||
image=start_position_button_editor
|
||||
items=editsetstartpos
|
||||
rect=977,229,1001,254
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -532,19 +532,11 @@ height=600
|
|||
|
||||
[/status]
|
||||
|
||||
# Botton panel
|
||||
#[panel]
|
||||
#image=misc/bottomside-editor.png
|
||||
#rect=0,698,882,758
|
||||
#xanchor=right
|
||||
#yanchor=bottom
|
||||
#[/panel]
|
||||
|
||||
[menu]
|
||||
image=resize_button_editor
|
||||
items=editresize
|
||||
rect=913,264,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yachnor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -552,7 +544,7 @@ height=600
|
|||
image=flip_map_button_editor
|
||||
items=editflip
|
||||
rect=945,264,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yachnor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -560,7 +552,7 @@ height=600
|
|||
image=undo_button_editor
|
||||
items=undo
|
||||
rect=957,304,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yachnor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -568,7 +560,7 @@ height=600
|
|||
image=redo_button_editor
|
||||
items=redo
|
||||
rect=985,304,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yachnor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -576,7 +568,7 @@ height=600
|
|||
image=toggle_grid_button_editor
|
||||
items=togglegrid
|
||||
rect=977,264,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yachnor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -584,7 +576,7 @@ height=600
|
|||
image=zoom_in_button_editor
|
||||
items=zoomin
|
||||
rect=900,304,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yachnor=fixed
|
||||
[/menu]
|
||||
|
||||
|
@ -592,7 +584,7 @@ height=600
|
|||
image=zoom_out_button_editor
|
||||
items=zoomout
|
||||
rect=928,304,24,24
|
||||
xanchor=fixed
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue