OSDN Git Service

yakuake: remove GHNS button from appearance settings
authorIvailo Monev <xakepa10@gmail.com>
Tue, 7 Apr 2015 15:27:28 +0000 (15:27 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 7 Apr 2015 15:27:28 +0000 (15:27 +0000)
yakuake/app/config/appearancesettings.cpp
yakuake/app/config/appearancesettings.ui

index 1615f15..64df923 100644 (file)
@@ -60,7 +60,6 @@ AppearanceSettings::AppearanceSettings(QWidget* parent) : QWidget(parent)
 
     installButton->setIcon(KIcon("folder"));
     removeButton->setIcon(KIcon("edit-delete"));
-    ghnsButton->setIcon(KIcon("get-hot-new-stuff"));
 
     m_selectedSkinId = Settings::skin();
 
index 99f5e76..520e4ff 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>381</width>
-    <height>386</height>
+    <width>452</width>
+    <height>419</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
       <string comment="@title:group">Skin</string>
      </property>
      <layout class="QGridLayout">
-      <item row="2" column="0" colspan="2">
-       <widget class="KPushButton" name="ghnsButton">
-        <property name="text">
-         <string comment="@action:button">Get New Skins...</string>
-        </property>
-       </widget>
-      </item>
       <item row="0" column="0" colspan="2">
        <widget class="QListView" name="skinList">
         <property name="contextMenuPolicy">
         </property>
        </widget>
       </item>
-      <item row="3" column="0" colspan="2">
+      <item row="2" column="0" colspan="2">
        <widget class="KLineEdit" name="kcfg_Skin">
         <property name="frame">
          <bool>false</bool>
         </property>
        </widget>
       </item>
+      <item row="3" column="0">
+       <widget class="QCheckBox" name="kcfg_SkinInstalledWithKns">
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
       <item row="1" column="1">
        <widget class="KPushButton" name="removeButton">
         <property name="enabled">
         </property>
        </widget>
       </item>
-      <item row="4" column="0">
-       <widget class="QCheckBox" name="kcfg_SkinInstalledWithKns">
-        <property name="text">
-         <string/>
-        </property>
-       </widget>
-      </item>
      </layout>
     </widget>
    </item>
   <tabstop>skinList</tabstop>
   <tabstop>installButton</tabstop>
   <tabstop>removeButton</tabstop>
-  <tabstop>ghnsButton</tabstop>
   <tabstop>kcfg_Skin</tabstop>
   <tabstop>kcfg_SkinInstalledWithKns</tabstop>
  </tabstops>