From f933f52111afc6a99b5b00f7b701c8c0f383b30c Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Thu, 23 Apr 2009 16:49:55 +0200
Subject: [PATCH] use pixel font sizes

the qt layout system is pixel-based, so using point sizes doesn't work
for anyone with a different resolution (DPI) than me
---
 src/plugins/coreplugin/welcomemode.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/coreplugin/welcomemode.ui b/src/plugins/coreplugin/welcomemode.ui
index 41686e7fb85..d9514d9f18f 100644
--- a/src/plugins/coreplugin/welcomemode.ui
+++ b/src/plugins/coreplugin/welcomemode.ui
@@ -26,7 +26,7 @@ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0
 
 *, * *, * * *, * * * *, * * * * * {
 font-family: Arial, Trebuchet, Lucida, sans-serif;
-font-size: 9pt;
+font-size: 12px;
 color: #5e5e5e;
 }
 
@@ -118,7 +118,7 @@ border-width: 8 8 8 8;
             <property name="text">
              <string>&lt;style&gt;
 h1 {
-    font-size: 2em;
+    font-size: 24px;
     font-weight: normal;
     color: #4d4d4d;
     margin-top: 0px;
-- 
GitLab