Skip to content

Commit ae0233e

Browse files
suricactusnyalldawson
authored andcommittedMay 17, 2020
Fix broken UI with extremely long file paths
1 parent adbfec1 commit ae0233e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/ui/qgssublayersdialogbase.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
<property name="toolTip">
9595
<string>Current file source</string>
9696
</property>
97+
<property name="wordWrap">
98+
<bool>true</bool>
99+
</property>
97100
<property name="textInteractionFlags">
98101
<set>Qt::TextSelectableByMouse</set>
99102
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.