diff options
| author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-06-10 15:41:38 +0200 |
|---|---|---|
| committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-06-10 15:41:38 +0200 |
| commit | de995341824d4e85a301de486177f40f43b552ff (patch) | |
| tree | b9a7be3229473372fbc955df9979e3f28fa2c51d | |
| parent | 3612b5b922ec94c7b756e7e34a7f071e13b41fa1 (diff) | |
| download | qt-creator-de995341824d4e85a301de486177f40f43b552ff.tar.gz | |
Finetune the width for the largely bigger fonts on the mac.
| -rw-r--r-- | src/plugins/coreplugin/welcomemode.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/welcomemode.ui b/src/plugins/coreplugin/welcomemode.ui index fb2397b0ef..8682d68743 100644 --- a/src/plugins/coreplugin/welcomemode.ui +++ b/src/plugins/coreplugin/welcomemode.ui @@ -967,7 +967,7 @@ QToolButton:pressed { </property> <property name="minimumSize"> <size> - <width>360</width> + <width>340</width> <height>0</height> </size> </property> |
