-rw-r--r-- | noncore/tools/clock/clock.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) | |||
123 | grp->insert( reset ); | 123 | grp->insert( reset ); |
124 | 124 | ||
125 | alarmOffBtn = new QPushButton ( controls ); | 125 | alarmOffBtn = new QPushButton ( controls ); |
126 | alarmOffBtn->setMaximumSize(60,30); | 126 | // alarmOffBtn->setMaximumSize(60,30); |
127 | gl->addWidget( alarmOffBtn, 0, 2 ); | 127 | gl->addWidget( alarmOffBtn, 0, 2 ); |
128 | 128 | ||
129 | alarmBtn = new QPushButton ( controls ); | 129 | alarmBtn = new QPushButton ( controls ); |
130 | alarmBtn->setMaximumSize(60,30); | 130 | // alarmBtn->setMaximumSize(60,30); |
131 | gl->addWidget( alarmBtn, 1, 2 ); | 131 | gl->addWidget( alarmBtn, 1, 2 ); |
132 | alarmBtn->setText( tr( "Set Alarm" ) ); | 132 | alarmBtn->setText( tr( "Set Alarm" ) ); |
133 | 133 | ||