summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorTsu Jan2020-10-08 09:20:59 +0200
committerTsu Jan2020-10-08 09:20:59 +0200
commit0cd01f441ac19a9a2ca0111b07997eb6b82872aa (patch)
treee6b8ae57817980518211181ef8b9ccab1431c20f /src/mainwindow.ui
parentRemove warnings about unused function parameters (diff)
downloadpavucontrol-slx-0cd01f441ac19a9a2ca0111b07997eb6b82872aa.tar.gz
pavucontrol-slx-0cd01f441ac19a9a2ca0111b07997eb6b82872aa.tar.xz
pavucontrol-slx-0cd01f441ac19a9a2ca0111b07997eb6b82872aa.zip
Wrapped the text of connecting error label
Because it can be long. Also, replaced `\n` with `<br>` because the former had no effect with HTML texts. Fixes https://github.com/lxqt/pavucontrol-qt/issues/165
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 8880dcc..dd9c528 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -349,6 +349,12 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ <property name="textInteractionFlags">
+ <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
+ </property>
</widget>
</item>
</layout>