-rw-r--r-- | kmicromail/composemail.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kmicromail/composemail.cpp b/kmicromail/composemail.cpp index c504fdd..8eb6d27 100644 --- a/kmicromail/composemail.cpp +++ b/kmicromail/composemail.cpp | |||
@@ -115,6 +115,8 @@ ComposeMail::ComposeMail( Settings *s, QWidget *parent, const char *name, bool m | |||
115 | //icon = SmallIcon("fileexport"); | 115 | //icon = SmallIcon("fileexport"); |
116 | icon = SmallIcon("filesave"); | 116 | icon = SmallIcon("filesave"); |
117 | 117 | if ( QApplication::desktop()->width() < 320 ) | |
118 | SaveButton->setText ("") ; | 118 | SaveButton->setText ("") ; |
119 | else | ||
120 | SaveButton->setText (i18n("Save")) ; | ||
119 | SaveButton->setIconSet (icon ) ; | 121 | SaveButton->setIconSet (icon ) ; |
120 | SaveButton->setMaximumSize ( SaveButton->sizeHint().height(),SaveButton->sizeHint().height()) ; | 122 | SaveButton->setMaximumSize ( SaveButton->sizeHint().height(),SaveButton->sizeHint().height()) ; |