1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

UserAgentDialog: Disable word wrap in table widget

BUG: 404885
FIXED-IN: 3.1.0
This commit is contained in:
David Rosca 2019-03-01 16:15:27 +01:00
parent ec8217035f
commit 3f4dd627be
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -75,6 +75,9 @@
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>