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:
authorwurstsalat <mailtrash@posteo.de>2023-10-29 14:02:48 +0300
committerwurstsalat <mailtrash@posteo.de>2023-10-29 14:03:12 +0300
commit797494a2fabb7a51c8ac5557e3255fa15d07cf65 (patch)
tree08d28088b4921c1a332cb1231a831953cd0b9731 /gajim/data
parent9ba49134bea777f1de403cc886320e4c442236fd (diff)
imprv: Allow GroupChatInfoScrolled to be set with minimal information
Fixes #11662
Diffstat (limited to 'gajim/data')
-rw-r--r--gajim/data/gui/groupchat_info_scrolled.ui9
1 files changed, 5 insertions, 4 deletions
diff --git a/gajim/data/gui/groupchat_info_scrolled.ui b/gajim/data/gui/groupchat_info_scrolled.ui
index 48a7131dc..e82f99e97 100644
--- a/gajim/data/gui/groupchat_info_scrolled.ui
+++ b/gajim/data/gui/groupchat_info_scrolled.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface>
- <requires lib="gtk+" version="3.20"/>
+ <requires lib="gtk+" version="3.24"/>
<!-- n-columns=2 n-rows=10 -->
<object class="GtkGrid" id="info_grid">
<property name="visible">True</property>
@@ -240,12 +240,12 @@
<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>
<property name="wrap-mode">word-char</property>
<property name="selectable">True</property>
+ <property name="max-width-chars">40</property>
<property name="xalign">0</property>
<signal name="activate-link" handler="_on_activate_subject_link" swapped="no"/>
</object>
@@ -311,10 +311,11 @@
</packing>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkButton" id="address_copy_button">
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can-focus">True</property>
- <property name="receives-default">True</property>
+ <property name="receives-default">False</property>
<property name="tooltip-text" translatable="yes">Copy Address</property>
<property name="halign">start</property>
<property name="valign">start</property>