author | zautrix <zautrix> | 2004-10-25 23:41:23 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-25 23:41:23 (UTC) |
commit | 8cc5f6491c0f0f1ad6568b8c6221ca8cdeac3207 (patch) (unidiff) | |
tree | 5909f33560e1ee90cc488cb4533c04bc2d259968 /kmicromail/composemail.cpp | |
parent | 7bf9517920766c9cd5e032af9cdd1e07d6604b6b (diff) | |
download | kdepimpi-8cc5f6491c0f0f1ad6568b8c6221ca8cdeac3207.zip kdepimpi-8cc5f6491c0f0f1ad6568b8c6221ca8cdeac3207.tar.gz kdepimpi-8cc5f6491c0f0f1ad6568b8c6221ca8cdeac3207.tar.bz2 |
kopiemail fixes
-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()) ; |