From 68016257abe13019610cb7bb230f8d754179abfb Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Jul 2005 11:01:38 +0000 Subject: nf --- (limited to 'korganizer/journalentry.cpp') diff --git a/korganizer/journalentry.cpp b/korganizer/journalentry.cpp index 902e96f..b8a4cf2 100644 --- a/korganizer/journalentry.cpp +++ b/korganizer/journalentry.cpp @@ -106,8 +106,8 @@ JournalEntry::JournalEntry(Calendar *calendar,QWidget *parent) : loadTemplate->setFixedSize( size, size ); saveTemplate->setFixedSize( size, size ); toggleJournal->setFixedSize( size , size ); - mTitle->setMaximumHeight( size+4); - mCalendarBox->setMaximumHeight( size+4); + mTitle->setFixedHeight( size+4); + mCalendarBox->setFixedHeight( size+4); mEditor = new KTextEdit(this); #ifndef DESKTOP_VERSION QPEApplication::setStylusOperation( mEditor, QPEApplication::RightOnHold ); @@ -209,11 +209,6 @@ void JournalEntry::fillCalendar( int setToID ) kkf = KOPrefs::instance()->mCalendars.next(); } mCalendarBox->setCurrentItem( std ); - if ( KOPrefs::instance()->mCalendars.count() == 1 ) - mCalendarBox->hide(); - else { - mCalendarBox->show(); - } } void JournalEntry::toggleShowJournal() -- cgit v0.9.0.2