Improve the placement of the minimap in the lobby.
Reduced its size and move it out of the border.
This commit is contained in:
parent
f137241df0
commit
07fc7a7df7
2 changed files with 16 additions and 4 deletions
|
@ -38,4 +38,12 @@
|
|||
|
||||
[/minimap_definition]
|
||||
|
||||
[minimap_definition]
|
||||
id = "no_size"
|
||||
description = "a minimap without a size, this way it can be sized in it's container."
|
||||
|
||||
{_GUI_RESOLUTION () 0}
|
||||
|
||||
[/minimap_definition]
|
||||
|
||||
#undef _GUI_RESOLUTION
|
||||
|
|
|
@ -132,10 +132,14 @@
|
|||
[toggle_panel]
|
||||
definition = "default"
|
||||
{HORIZONTAL_BEGIN}
|
||||
[minimap]
|
||||
id = "minimap"
|
||||
definition = "default"
|
||||
[/minimap]
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 60 60 (
|
||||
border = "all"
|
||||
border_size = 5
|
||||
[minimap]
|
||||
id = "minimap"
|
||||
definition = "no_size"
|
||||
[/minimap]
|
||||
)}
|
||||
{HORIZONTAL_SEP}
|
||||
{VERTICAL_BEGIN}
|
||||
[grid]
|
||||
|
|
Loading…
Add table
Reference in a new issue