mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
yakuake: remove GHNS button from appearance settings
This commit is contained in:
parent
61b4b0b5df
commit
eed4916360
2 changed files with 10 additions and 19 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
@ -154,13 +154,6 @@
|
|||
<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">
|
||||
|
@ -171,13 +164,20 @@
|
|||
</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">
|
||||
|
@ -198,13 +198,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="kcfg_SkinInstalledWithKns">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -235,7 +228,6 @@
|
|||
<tabstop>skinList</tabstop>
|
||||
<tabstop>installButton</tabstop>
|
||||
<tabstop>removeButton</tabstop>
|
||||
<tabstop>ghnsButton</tabstop>
|
||||
<tabstop>kcfg_Skin</tabstop>
|
||||
<tabstop>kcfg_SkinInstalledWithKns</tabstop>
|
||||
</tabstops>
|
||||
|
|
Loading…
Add table
Reference in a new issue