From 7e31b1fba119f69929d6744d7295555ff1727f4f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 12 Apr 2002 18:05:12 +0000 Subject: use resizing buttons for big German words --- (limited to 'noncore/tools') diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp index 097ea90..a21a061 100644 --- a/noncore/tools/clock/clock.cpp +++ b/noncore/tools/clock/clock.cpp @@ -123,11 +123,11 @@ Clock::Clock( QWidget * parent, const char * name, WFlags f ) grp->insert( reset ); alarmOffBtn = new QPushButton ( controls ); - alarmOffBtn->setMaximumSize(60,30); +// alarmOffBtn->setMaximumSize(60,30); gl->addWidget( alarmOffBtn, 0, 2 ); alarmBtn = new QPushButton ( controls ); - alarmBtn->setMaximumSize(60,30); + // alarmBtn->setMaximumSize(60,30); gl->addWidget( alarmBtn, 1, 2 ); alarmBtn->setText( tr( "Set Alarm" ) ); -- cgit v0.9.0.2