summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
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 4b05d891..b198dd15 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -56,7 +56,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
56 56
57static iWindow *theWindow_ = NULL; 57static iWindow *theWindow_ = NULL;
58 58
59#if defined (iPlatformApple) 59#if defined (iPlatformApple) || defined (iPlatformLinux)
60static float initialUiScale_ = 1.0f; 60static float initialUiScale_ = 1.0f;
61#else 61#else
62static float initialUiScale_ = 1.1f; 62static float initialUiScale_ = 1.1f;