Skip to content

Commit a384f29

Browse files
authored
Welcome: add wordwrap so window can be shrunk
fix - cannot shrink window width if random tip shows a long sentence.
1 parent 415dc5e commit a384f29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugindevtools/PluginDevTools/DockerWidget.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,9 @@
617617
<property name="alignment">
618618
<set>Qt::AlignCenter</set>
619619
</property>
620+
<property name="wordWrap">
621+
<bool>true</bool>
622+
</property>
620623
</widget>
621624
</item>
622625
</layout>

0 commit comments

Comments
 (0)