Merge pull request #5218
236d96e
Qt: Add support for missing scrollbar in peers table (Jonas Schnelli)
This commit is contained in:
commit
4e0e5e4bc8
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@
|
|||
<item row="0" column="0" rowspan="2">
|
||||
<widget class="QTableView" name="peerWidget">
|
||||
<property name="horizontalScrollBarPolicy">
|
||||
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||||
<enum>Qt::ScrollBarAsNeeded</enum>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue