mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 11:49:05 +00:00
tweaks to sizes of some dialogs
This commit is contained in:
parent
82b7a15646
commit
71e30b2920
@ -583,8 +583,8 @@ int show_file_chooser_dialog(display &disp, std::string &filename,
|
||||
}
|
||||
|
||||
namespace {
|
||||
static const SDL_Rect unit_preview_size = {-150,-370,150,370};
|
||||
static const SDL_Rect weaponless_unit_preview_size = {-210,-120,210,120};
|
||||
static const SDL_Rect unit_preview_size = {-180,-370,180,370};
|
||||
static const SDL_Rect weaponless_unit_preview_size = {-220,-140,220,140};
|
||||
static const int unit_preview_border = 10;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user