aboutsummaryrefslogtreecommitdiff
path: root/lib/downloads/downloadsform.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-08-24 15:13:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-08-24 15:23:14 +0200
commiteca5159e12288e1b4ee7d2d52f0475ca6433a0eb (patch)
treee4f695d9ece39de9f45965b1d64a8d2cd610353b /lib/downloads/downloadsform.ui
parentWebPage: add render process crash recovery page (diff)
downloadsmolbote-eca5159e12288e1b4ee7d2d52f0475ca6433a0eb.tar.xz
Downloads: prevent download widget width from exceeding download list width
Downloads: add open button
Diffstat (limited to 'lib/downloads/downloadsform.ui')
-rw-r--r--lib/downloads/downloadsform.ui15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/downloads/downloadsform.ui b/lib/downloads/downloadsform.ui
index 43a0d49..9ca3459 100644
--- a/lib/downloads/downloadsform.ui
+++ b/lib/downloads/downloadsform.ui
@@ -15,7 +15,20 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QListWidget" name="listWidget"/>
+ <widget class="QListWidget" name="listWidget">
+ <property name="horizontalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOff</enum>
+ </property>
+ <property name="editTriggers">
+ <set>QAbstractItemView::NoEditTriggers</set>
+ </property>
+ <property name="showDropIndicator" stdset="0">
+ <bool>false</bool>
+ </property>
+ <property name="spacing">
+ <number>4</number>
+ </property>
+ </widget>
</item>
</layout>
</widget>