mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Remove border around execution log
This commit is contained in:
parent
2f19594bef
commit
0bbdda32e8
1 changed files with 14 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue