CHintBox/CMsgBox: reduce minimal dimensions

Better display for smaller texts.
This commit is contained in:
2017-01-04 10:25:35 +01:00
parent a9b8b22339
commit 10523d8ad4
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
#include <gui/components/cc.h>
#define HINTBOX_MIN_WIDTH 420
#define HINTBOX_MIN_WIDTH 320
#define HINTBOX_MIN_HEIGHT 125
#define HINTBOX_MAX_HEIGHT 520
#define HINTBOX_DEFAULT_TIMEOUT g_settings.timing[SNeutrinoSettings::TIMING_POPUP_MESSAGES]