slight editor2 display tweaks
This commit is contained in:
parent
977af5a9be
commit
b34fb365e0
2 changed files with 3 additions and 3 deletions
|
@ -178,7 +178,7 @@
|
|||
auto_tooltip=yes
|
||||
ref=top-right-panel
|
||||
#harcoded since the brushes are above, which are hardcoded in src/editor/editor_layout.cpp
|
||||
rect="=+15,180,+24,+24"
|
||||
rect="=+15,183,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
@ -215,7 +215,7 @@
|
|||
items=undo
|
||||
auto_tooltip=yes
|
||||
ref=draw_button_editor
|
||||
rect="=,+40,+24,+24"
|
||||
rect="=,+42,+24,+24"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
|
|
@ -47,7 +47,7 @@ size_specs::size_specs()
|
|||
void adjust_sizes(const display &disp, size_specs &sizes) {
|
||||
/** @todo Hardcoded coordinates for brush selection, make it themeable. */
|
||||
sizes.brush_x = disp.map_outside_area().w + 10;
|
||||
sizes.brush_y = 209;
|
||||
sizes.brush_y = 212;
|
||||
/** @todo Hardcoded coordinates for terrain palette, make it themeable. */
|
||||
sizes.palette_x = disp.map_outside_area().w + 16;
|
||||
sizes.palette_y = sizes.brush_y + 72;
|
||||
|
|
Loading…
Add table
Reference in a new issue