Improve the placement of the minimap in the lobby.

Reduced its size and move it out of the border.
This commit is contained in:
Mark de Wever 2009-07-12 16:13:14 +00:00
parent f137241df0
commit 07fc7a7df7
2 changed files with 16 additions and 4 deletions

View file

@ -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

View file

@ -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]