mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
parent
4d8713ce11
commit
00ca209ab9
1 changed files with 5 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
||||||
Click the "Search plugins..." button at the bottom right of the window to install some.</string>
|
Click the "Search plugins..." button at the bottom right of the window to install some.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -105,6 +105,9 @@ Click the "Search plugins..." button at the bottom right of the window
|
||||||
<property name="tabsClosable">
|
<property name="tabsClosable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="movable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
@ -116,7 +119,7 @@ Click the "Search plugins..." button at the bottom right of the window
|
||||||
<item>
|
<item>
|
||||||
<spacer name="spacer2">
|
<spacer name="spacer2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Orientation::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
|
|
Loading…
Reference in a new issue