Make the indentation of the settings dialog pages more consistent

This commit is contained in:
David Sansome 2010-04-07 20:13:11 +00:00
parent 6122051b7d
commit 64bf9220cb
1 changed files with 21 additions and 13 deletions

View File

@ -51,7 +51,7 @@
<string>Playback</string> <string>Playback</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../data/data.qrc">
<normaloff>:/media-playback-start-32.png</normaloff>:/media-playback-start-32.png</iconset> <normaloff>:/media-playback-start-32.png</normaloff>:/media-playback-start-32.png</iconset>
</property> </property>
</item> </item>
@ -60,7 +60,7 @@
<string>Behaviour</string> <string>Behaviour</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../data/data.qrc">
<normaloff>:/icon.png</normaloff>:/icon.png</iconset> <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
</property> </property>
</item> </item>
@ -69,7 +69,7 @@
<string>Notifications</string> <string>Notifications</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../data/data.qrc">
<normaloff>:/lightbulb.png</normaloff>:/lightbulb.png</iconset> <normaloff>:/lightbulb.png</normaloff>:/lightbulb.png</iconset>
</property> </property>
</item> </item>
@ -78,7 +78,7 @@
<string>Music Library</string> <string>Music Library</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../data/data.qrc">
<normaloff>:/library.png</normaloff>:/library.png</iconset> <normaloff>:/library.png</normaloff>:/library.png</iconset>
</property> </property>
</item> </item>
@ -87,7 +87,7 @@
<string>Last.fm</string> <string>Last.fm</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset resource="../data/data.qrc">
<normaloff>:/last.fm/as.png</normaloff>:/last.fm/as.png</iconset> <normaloff>:/last.fm/as.png</normaloff>:/last.fm/as.png</iconset>
</property> </property>
</item> </item>
@ -108,7 +108,7 @@
<item> <item>
<widget class="QStackedWidget" name="stacked_widget"> <widget class="QStackedWidget" name="stacked_widget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>2</number>
</property> </property>
<widget class="QWidget" name="playback_page"> <widget class="QWidget" name="playback_page">
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
@ -232,6 +232,9 @@
</widget> </widget>
<widget class="QWidget" name="page"> <widget class="QWidget" name="page">
<layout class="QVBoxLayout" name="verticalLayout_9"> <layout class="QVBoxLayout" name="verticalLayout_9">
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QCheckBox" name="b_show_tray_icon_"> <widget class="QCheckBox" name="b_show_tray_icon_">
<property name="text"> <property name="text">
@ -292,6 +295,9 @@
</widget> </widget>
<widget class="QWidget" name="notifications_page"> <widget class="QWidget" name="notifications_page">
<layout class="QVBoxLayout" name="verticalLayout_4"> <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
@ -510,18 +516,18 @@
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>LibraryConfig</class>
<extends>QWidget</extends>
<header>libraryconfig.h</header>
<container>1</container>
</customwidget>
<customwidget> <customwidget>
<class>LastFMConfig</class> <class>LastFMConfig</class>
<extends>QWidget</extends> <extends>QWidget</extends>
<header>lastfmconfig.h</header> <header>lastfmconfig.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>LibraryConfig</class>
<extends>QWidget</extends>
<header>libraryconfig.h</header>
<container>1</container>
</customwidget>
</customwidgets> </customwidgets>
<tabstops> <tabstops>
<tabstop>list</tabstop> <tabstop>list</tabstop>
@ -540,7 +546,9 @@
<tabstop>notifications_fg_choose</tabstop> <tabstop>notifications_fg_choose</tabstop>
<tabstop>buttonBox</tabstop> <tabstop>buttonBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources>
<include location="../data/data.qrc"/>
</resources>
<connections> <connections>
<connection> <connection>
<sender>list</sender> <sender>list</sender>