Browse Source

COSMETIC: Make top toolbar follow system style

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
183e150da1
  1. 1
      Changelog
  2. 5
      src/mainwindow.ui

1
Changelog

@ -11,6 +11,7 @@
- BUGFIX: Fix ratio calculation (use all_time_download) - BUGFIX: Fix ratio calculation (use all_time_download)
- COSMETIC: Display speed at the beginning of the Window title - COSMETIC: Display speed at the beginning of the Window title
- COSMETIC: Several cosmetic fixes to the Web UI - COSMETIC: Several cosmetic fixes to the Web UI
- COSMETIC: Make top toolbar follow system style
- OTHER: Display libraries versions in about dialog (sledgehammer999) - OTHER: Display libraries versions in about dialog (sledgehammer999)
- OTHER: Display qBittorrent version in Web UI about dialog - OTHER: Display qBittorrent version in Web UI about dialog

5
src/mainwindow.ui

@ -104,11 +104,14 @@
</widget> </widget>
<widget class="QToolBar" name="toolBar"> <widget class="QToolBar" name="toolBar">
<property name="movable"> <property name="movable">
<bool>false</bool> <bool>true</bool>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonFollowStyle</enum>
</property>
<property name="floatable"> <property name="floatable">
<bool>false</bool> <bool>false</bool>
</property> </property>

Loading…
Cancel
Save