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:
authorDenis Fomin <fominde@gmail.com>2013-09-20 12:27:41 +0400
committerDenis Fomin <fominde@gmail.com>2013-09-20 12:27:41 +0400
commite297631cd8f14e1457504d21557133f98d18d758 (patch)
tree38bd0b1d690d411d4e897a97582abb07284263ad /data/gui/chat_to_muc_window.ui
parent688fa990ecc46a8d56a6939b0548cba5b03b0482 (diff)
TransformChatToMUC dialog. Do not "Show images on buttons". see #7186
Diffstat (limited to 'data/gui/chat_to_muc_window.ui')
-rw-r--r--data/gui/chat_to_muc_window.ui43
1 files changed, 7 insertions, 36 deletions
diff --git a/data/gui/chat_to_muc_window.ui b/data/gui/chat_to_muc_window.ui
index 0c0c36e7e..b74c68497 100644
--- a/data/gui/chat_to_muc_window.ui
+++ b/data/gui/chat_to_muc_window.ui
@@ -122,46 +122,13 @@ Select the contacts you want to invite</property>
</child>
<child>
<object class="GtkButton" id="invite_button">
+ <property name="label" translatable="yes">In_vite</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="image">image1</property>
+ <property name="use_underline">True</property>
<signal name="clicked" handler="on_invite_button_clicked"/>
- <child>
- <object class="GtkAlignment" id="alignment1">
- <property name="visible">True</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkHBox" id="hbox2">
- <property name="visible">True</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="image1">
- <property name="visible">True</property>
- <property name="stock">gtk-jump-to</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label1">
- <property name="visible">True</property>
- <property name="label" translatable="yes">In_vite</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
</object>
<packing>
<property name="expand">False</property>
@@ -179,4 +146,8 @@ Select the contacts you want to invite</property>
</object>
</child>
</object>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-jump-to</property>
+ </object>
</interface>