summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-18 14:58:58 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-18 14:58:58 +0300
commit54882a015e4ea880fb817f013609a3f8411db725 (patch)
treee932dae756fc304143f17d36e0f5a3059b6365d6 /src/ui
parentbf76c112bc5aaacdc52c13743d6624cb79c74e9b (diff)
App: Fixed init of UI palette on first run
IssueID #275
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index abdc363d..5bf2aa53 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -59,7 +59,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
59 59
60static iWindow *theWindow_ = NULL; 60static iWindow *theWindow_ = NULL;
61 61
62#if defined (iPlatformApple) || defined (iPlatformLinux) 62#if defined (iPlatformApple) || defined (iPlatformLinux) || defined (iPlatformOther)
63static float initialUiScale_ = 1.0f; 63static float initialUiScale_ = 1.0f;
64#else 64#else
65static float initialUiScale_ = 1.1f; 65static float initialUiScale_ = 1.1f;