Browse Source

- Some cosmetic changes

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
d7b2d3497f
  1. BIN
      src/Icons/oxygen/configure.png
  2. BIN
      src/Icons/oxygen/preferences-desktop.png
  3. 2
      src/icons.qrc
  4. 4
      src/options.ui

BIN
src/Icons/oxygen/configure.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

BIN
src/Icons/oxygen/preferences-desktop.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

2
src/icons.qrc

@ -93,6 +93,7 @@
<file>Icons/oxygen/edit-copy.png</file> <file>Icons/oxygen/edit-copy.png</file>
<file>Icons/oxygen/bt_settings.png</file> <file>Icons/oxygen/bt_settings.png</file>
<file>Icons/oxygen/document-new.png</file> <file>Icons/oxygen/document-new.png</file>
<file>Icons/oxygen/preferences-desktop.png</file>
<file>Icons/oxygen/tab-close.png</file> <file>Icons/oxygen/tab-close.png</file>
<file>Icons/oxygen/wallet.png</file> <file>Icons/oxygen/wallet.png</file>
<file>Icons/oxygen/webui.png</file> <file>Icons/oxygen/webui.png</file>
@ -101,7 +102,6 @@
<file>Icons/oxygen/bug.png</file> <file>Icons/oxygen/bug.png</file>
<file>Icons/oxygen/list-add.png</file> <file>Icons/oxygen/list-add.png</file>
<file>Icons/oxygen/folder.png</file> <file>Icons/oxygen/folder.png</file>
<file>Icons/oxygen/configure.png</file>
<file>Icons/oxygen/edit-cut.png</file> <file>Icons/oxygen/edit-cut.png</file>
<file>Icons/oxygen/unsubscribe.png</file> <file>Icons/oxygen/unsubscribe.png</file>
<file>Icons/oxygen/subscribe16.png</file> <file>Icons/oxygen/subscribe16.png</file>

4
src/options.ui

@ -92,14 +92,14 @@
</property> </property>
<item> <item>
<property name="text"> <property name="text">
<string>General</string> <string>UI</string>
</property> </property>
<property name="textAlignment"> <property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set> <set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="icons.qrc"> <iconset resource="icons.qrc">
<normaloff>:/Icons/oxygen/configure.png</normaloff>:/Icons/oxygen/configure.png</iconset> <normaloff>:/Icons/oxygen/preferences-desktop.png</normaloff>:/Icons/oxygen/preferences-desktop.png</iconset>
</property> </property>
<property name="flags"> <property name="flags">
<set>ItemIsSelectable|ItemIsEnabled</set> <set>ItemIsSelectable|ItemIsEnabled</set>

Loading…
Cancel
Save