summaryrefslogtreecommitdiffabout
path: root/korganizer/koeditorrecurrence.cpp
authorzautrix <zautrix>2005-04-19 08:56:03 (UTC)
committer zautrix <zautrix>2005-04-19 08:56:03 (UTC)
commit5d7012677b05091bbf16c7405f792bf02720d775 (patch) (unidiff)
tree1c31bcd5f90347edcdcdd359e377a6141853ec7d /korganizer/koeditorrecurrence.cpp
parentfacfeef650a79cdd97414c47a571ae6ba30d36b3 (diff)
downloadkdepimpi-5d7012677b05091bbf16c7405f792bf02720d775.zip
kdepimpi-5d7012677b05091bbf16c7405f792bf02720d775.tar.gz
kdepimpi-5d7012677b05091bbf16c7405f792bf02720d775.tar.bz2
rec fix
Diffstat (limited to 'korganizer/koeditorrecurrence.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/koeditorrecurrence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeditorrecurrence.cpp b/korganizer/koeditorrecurrence.cpp
index 47e73dd..e165017 100644
--- a/korganizer/koeditorrecurrence.cpp
+++ b/korganizer/koeditorrecurrence.cpp
@@ -733,7 +733,7 @@ KOEditorRecurrence::KOEditorRecurrence( QWidget* parent, const char *name ) :
733 this ); 733 this );
734 topLayout->addMultiCellWidget( mTimeGroupBox, 1, 1 , 0 , 1 ); 734 topLayout->addMultiCellWidget( mTimeGroupBox, 1, 1 , 0 , 1 );
735 735
736 if ( QApplication::desktop()->width() <= 320) { 736 if ( QApplication::desktop()->width() <= 640 ) {
737 mTimeGroupBox->hide(); 737 mTimeGroupBox->hide();
738 } 738 }
739 739