Improve settings widget
authorDaniel Klaffenbach <danielklaffenbach@gmail.com>
Mon, 27 Dec 2010 11:06:18 +0000 (12:06 +0100)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Mon, 27 Dec 2010 11:06:18 +0000 (12:06 +0100)
Remove QLabel, as it caused glitches on the device.

src/settings.ui

index 0e1d5ee..0bdccfe 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>364</width>
-    <height>183</height>
+    <width>337</width>
+    <height>135</height>
    </rect>
   </property>
   <property name="windowTitle">
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
-      <widget class="QLabel" name="label">
-       <property name="text">
-        <string>Please have a look at the QCPUFreq help for an explanation of these settings!</string>
-       </property>
-       <property name="wordWrap">
-        <bool>true</bool>
-       </property>
-      </widget>
-     </item>
-     <item>
       <widget class="QCheckBox" name="checkBox_rotate">
        <property name="text">
         <string>Enable auto-rotation</string>
@@ -39,7 +29,7 @@
      <item>
       <widget class="QCheckBox" name="checkBox_confirmapply">
        <property name="text">
-        <string>Confirm frequency before applying</string>
+        <string>Confirm frequency changes</string>
        </property>
       </widget>
      </item>