Remove unnecessary UI properties in "Add new torrent" dialog (#15387)

Closes #15383.
This commit is contained in:
Chocobo1 2021-08-29 11:29:01 +08:00 committed by GitHub
parent 8439d4e827
commit e3cd15dced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,9 +264,6 @@
</item>
<item row="4" column="1">
<widget class="QScrollArea" name="scrollArea">
<property name="styleSheet">
<string notr="true">background-color: rgba(0, 0, 0, 0);</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
@ -274,14 +271,6 @@
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>317</width>
<height>69</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>0</number>