mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Turn attachmentsView into a QListView with wrapping turned on.
This commit is contained in:
parent
3552a79f13
commit
1ea14e1090
@ -81,9 +81,12 @@
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QTableView" name="attachmentsView">
|
||||
<property name="showGrid">
|
||||
<bool>false</bool>
|
||||
<widget class="QListView" name="attachmentsView">
|
||||
<property name="flow">
|
||||
<enum>QListView::LeftToRight</enum>
|
||||
</property>
|
||||
<property name="isWrapping" stdset="0">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user