Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-10-28 18:44:37 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-28 18:44:37 +0300
commit360e2b20bfbf982d7e32f8bd0533c3228d7b4480 (patch)
treee56a81745c5fff915406072e76b372a9e0f9f4da
parentb63ccefab0b6abec5fbb285372674e017f751cd2 (diff)
fix: GroupChatInfo: Align max width of labels
-rw-r--r--gajim/data/gui/groupchat_info_scrolled.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/gajim/data/gui/groupchat_info_scrolled.ui b/gajim/data/gui/groupchat_info_scrolled.ui
index 8fa25a938..48a7131dc 100644
--- a/gajim/data/gui/groupchat_info_scrolled.ui
+++ b/gajim/data/gui/groupchat_info_scrolled.ui
@@ -240,6 +240,7 @@
<property name="can-focus">False</property>
<property name="no-show-all">True</property>
<property name="halign">start</property>
+ <property name="max-width-chars">40</property>
<property name="valign">start</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
@@ -262,7 +263,7 @@
<property name="selectable">True</property>
<property name="ellipsize">end</property>
<property name="single-line-mode">True</property>
- <property name="max-width-chars">30</property>
+ <property name="max-width-chars">40</property>
<style>
<class name="large-header"/>
</style>
@@ -300,7 +301,7 @@
<property name="selectable">True</property>
<property name="ellipsize">middle</property>
<property name="single-line-mode">True</property>
- <property name="max-width-chars">30</property>
+ <property name="max-width-chars">40</property>
<property name="xalign">0</property>
</object>
<packing>