diff options
Diffstat (limited to 'src/ui/window.c')
-rw-r--r-- | src/ui/window.c | 2 |
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 | ||
57 | static iWindow *theWindow_ = NULL; | 57 | static iWindow *theWindow_ = NULL; |
58 | 58 | ||
59 | #if defined (iPlatformApple) | 59 | #if defined (iPlatformApple) || defined (iPlatformLinux) |
60 | static float initialUiScale_ = 1.0f; | 60 | static float initialUiScale_ = 1.0f; |
61 | #else | 61 | #else |
62 | static float initialUiScale_ = 1.1f; | 62 | static float initialUiScale_ = 1.1f; |