mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 05:32:05 +00:00
Disabling systray icon no longer disables file association settings (closes #114)
This commit is contained in:
parent
3e294d6918
commit
7e57a63ec5
@ -176,7 +176,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<y>-161</y>
|
||||
<width>486</width>
|
||||
<height>638</height>
|
||||
</rect>
|
||||
@ -433,6 +433,9 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupFileAssociation">
|
||||
<property name="title">
|
||||
@ -459,9 +462,6 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
@ -508,8 +508,8 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-373</y>
|
||||
<width>486</width>
|
||||
<y>0</y>
|
||||
<width>482</width>
|
||||
<height>1025</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -1459,7 +1459,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>395</width>
|
||||
<width>359</width>
|
||||
<height>480</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -2659,8 +2659,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>98</width>
|
||||
<height>28</height>
|
||||
<width>74</width>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_36"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user