mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 02:08:19 +03:00
Remove column span
The property widget already has scroll bars and thus we don't need this span. Closes #15000. PR #19404.
This commit is contained in:
parent
c2dd53cee6
commit
c7dfc1ded2
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3" colspan="4">
|
||||
<item row="2" column="3">
|
||||
<widget class="QLabel" name="labelUpSpeedVal">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||
|
@ -382,7 +382,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3" colspan="4">
|
||||
<item row="1" column="3">
|
||||
<widget class="QLabel" name="labelUpTotalVal">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||
|
|
Loading…
Reference in a new issue