mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
Remove border around execution log
This commit is contained in:
parent
2f19594bef
commit
0bbdda32e8
@ -14,6 +14,18 @@
|
|||||||
<string notr="true">Form</string>
|
<string notr="true">Form</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabConsole">
|
<widget class="QTabWidget" name="tabConsole">
|
||||||
<property name="tabPosition">
|
<property name="tabPosition">
|
||||||
@ -26,13 +38,13 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>General</string>
|
<string>General</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout"/>
|
<layout class="QVBoxLayout" name="tabGeneralLayout"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tabBan">
|
<widget class="QWidget" name="tabBan">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Blocked IPs</string>
|
<string>Blocked IPs</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="_2"/>
|
<layout class="QVBoxLayout" name="tabBanLayout"/>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user