summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Jiang <jiangfeng@kylinos.cn>2022-07-22 16:18:14 +0800
committerCole Robinson <crobinso@redhat.com>2022-08-01 10:10:41 -0400
commitcf2c28ada1272ca4243e4d5be3f7311be0c18ae0 (patch)
treef23437d0751787e89793795cff362abe3eb9b97a
parente7c936f16e5716614406b2c523dae2c09ed58a92 (diff)
downloadvirt-manager-cf2c28ada1272ca4243e4d5be3f7311be0c18ae0.tar.gz
ui: Fix too wide lables
When some lables have too much content, they will become very wide, causing the window to widen. Signed-off-by: Feng Jiang <jiangfeng@kylinos.cn>
-rw-r--r--ui/details.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/details.ui b/ui/details.ui
index 264f7cdd..180abe0c 100644
--- a/ui/details.ui
+++ b/ui/details.ui
@@ -3545,6 +3545,7 @@
<property name="halign">start</property>
<property name="label" translatable="yes">label508</property>
<property name="selectable">True</property>
+ <property name="ellipsize">start</property>
</object>
<packing>
<property name="left-attach">1</property>
@@ -3797,6 +3798,7 @@
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label">label</property>
+ <property name="wrap">True</property>
<property name="selectable">True</property>
</object>
<packing>