correctly set transient window for muc error dialogs. Fixes #6943
[gajim.git] / plugins / length_notifier / config_dialog.ui
blobf06bfe1155cce882a64968f8c735348dc647f47b
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkWindow" id="window1">
6 <child>
7 <object class="GtkTable" id="length_notifier_config_table">
8 <property name="visible">True</property>
9 <property name="border_width">9</property>
10 <property name="n_rows">3</property>
11 <property name="n_columns">2</property>
12 <property name="column_spacing">7</property>
13 <property name="row_spacing">5</property>
14 <child>
15 <object class="GtkLabel" id="label1">
16 <property name="visible">True</property>
17 <property name="tooltip_text" translatable="yes">Message length at which notification is invoked.</property>
18 <property name="xalign">0</property>
19 <property name="label" translatable="yes">Message length:</property>
20 </object>
21 <packing>
22 <property name="x_options">GTK_FILL</property>
23 <property name="y_options">GTK_FILL</property>
24 </packing>
25 </child>
26 <child>
27 <object class="GtkLabel" id="label2">
28 <property name="visible">True</property>
29 <property name="tooltip_text" translatable="yes">Background color of text entry field in chat window when notification is invoked.</property>
30 <property name="xalign">0</property>
31 <property name="label" translatable="yes">Notification color:</property>
32 </object>
33 <packing>
34 <property name="top_attach">1</property>
35 <property name="bottom_attach">2</property>
36 <property name="x_options">GTK_FILL</property>
37 <property name="y_options">GTK_FILL</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkLabel" id="label3">
42 <property name="visible">True</property>
43 <property name="tooltip_text" translatable="yes">JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). Use comma (without space) as separator. If empty plugin is used with every JID. </property>
44 <property name="xalign">0</property>
45 <property name="label" translatable="yes">JabberIDs to include:</property>
46 </object>
47 <packing>
48 <property name="top_attach">2</property>
49 <property name="bottom_attach">3</property>
50 <property name="x_options">GTK_FILL</property>
51 <property name="y_options">GTK_FILL</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkEntry" id="jids_entry">
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="tooltip_text" translatable="yes">JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). Use comma (without space) as separator. If empty plugin is used with every JID. </property>
59 <signal name="editing_done" handler="on_jids_entry_editing_done"/>
60 <signal name="changed" handler="on_jids_entry_changed"/>
61 </object>
62 <packing>
63 <property name="left_attach">1</property>
64 <property name="right_attach">2</property>
65 <property name="top_attach">2</property>
66 <property name="bottom_attach">3</property>
67 <property name="y_options">GTK_FILL</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkHBox" id="hbox1">
72 <property name="visible">True</property>
73 <child>
74 <object class="GtkColorButton" id="notification_colorbutton">
75 <property name="visible">True</property>
76 <property name="can_focus">True</property>
77 <property name="receives_default">True</property>
78 <property name="tooltip_text" translatable="yes">Background color of text entry field in chat window when notification is invoked.</property>
79 <property name="xalign">0</property>
80 <property name="title" translatable="yes">Pick a color for notification</property>
81 <property name="color">#000000000000</property>
82 <signal name="color_set" handler="on_notification_colorbutton_color_set"/>
83 </object>
84 <packing>
85 <property name="expand">False</property>
86 <property name="fill">False</property>
87 <property name="position">0</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkAlignment" id="alignment1">
92 <property name="visible">True</property>
93 <child>
94 <placeholder/>
95 </child>
96 </object>
97 <packing>
98 <property name="position">1</property>
99 </packing>
100 </child>
101 </object>
102 <packing>
103 <property name="left_attach">1</property>
104 <property name="right_attach">2</property>
105 <property name="top_attach">1</property>
106 <property name="bottom_attach">2</property>
107 <property name="x_options">GTK_FILL</property>
108 <property name="y_options"></property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkHBox" id="hbox2">
113 <property name="visible">True</property>
114 <child>
115 <object class="GtkSpinButton" id="message_length_spinbutton">
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="tooltip_text" translatable="yes">Message length at which notification is invoked.</property>
119 <property name="width_chars">6</property>
120 <property name="snap_to_ticks">True</property>
121 <property name="numeric">True</property>
122 <signal name="value_changed" handler="on_message_length_spinbutton_value_changed"/>
123 </object>
124 <packing>
125 <property name="expand">False</property>
126 <property name="fill">False</property>
127 <property name="position">0</property>
128 </packing>
129 </child>
130 <child>
131 <object class="GtkAlignment" id="alignment2">
132 <property name="visible">True</property>
133 <child>
134 <placeholder/>
135 </child>
136 </object>
137 <packing>
138 <property name="position">1</property>
139 </packing>
140 </child>
141 </object>
142 <packing>
143 <property name="left_attach">1</property>
144 <property name="right_attach">2</property>
145 <property name="x_options">GTK_FILL</property>
146 <property name="y_options">GTK_FILL</property>
147 </packing>
148 </child>
149 </object>
150 </child>
151 </object>
152 </interface>