mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06: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:
committed by
Vladimir Golovnev (Glassez)
parent
c2dd53cee6
commit
c7dfc1ded2
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user