make label shorter to place all required buttons
authorkirilma <kirilma@localhost>
Thu, 15 Apr 2010 12:50:41 +0000 (12:50 +0000)
committerkirilma <kirilma@localhost>
Thu, 15 Apr 2010 12:50:41 +0000 (12:50 +0000)
src/gui/importschedulewidget.cpp
src/gui/importschedulewidget.ui

index 453ff12420047f8bf2bf275eaccb771d17b6e876..2eb47acaef9e3bcfed1b107532d9f1e562960178 100644 (file)
@@ -206,7 +206,7 @@ void ImportScheduleWidget::importData(const QByteArray &aData, const QString& ur
     browse->show();
     online->show();
     // proxySettings->show();
-    importScheduleLabel->setText("Import schedule: ");
+    importScheduleLabel->setText("Schedule:");
 
     emit(scheduleImported(confId));
 }
index e0212ed298ea9d1c84d1b1b67af3369b7932f92c..91542ae119461695ca67867314e921173100c569 100644 (file)
@@ -31,7 +31,7 @@
         </sizepolicy>
        </property>
        <property name="text">
-        <string>Import schedule: </string>
+        <string>Schedule:</string>
        </property>
       </widget>
      </item>