diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-04 16:30:49 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-04 16:30:49 +0100 |
| commit | 6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5 (patch) | |
| tree | 8134bfe0059f8d77e6b7eb6ffa6125f553f8cf41 /lib | |
| parent | 917f59f0d812a3f01e3b6e6e0ab16ede041d2daf (diff) | |
| download | abrt-6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5.tar.gz abrt-6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5.tar.xz abrt-6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5.zip | |
GUI: gui fixes from rrakus@redhat.com
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/Mailx.GTKBuilder | 57 |
1 files changed, 17 insertions, 40 deletions
diff --git a/lib/Plugins/Mailx.GTKBuilder b/lib/Plugins/Mailx.GTKBuilder index df35973..a823eca 100644 --- a/lib/Plugins/Mailx.GTKBuilder +++ b/lib/Plugins/Mailx.GTKBuilder @@ -27,7 +27,7 @@ <child> <object class="GtkTable" id="table1"> <property name="visible">True</property> - <property name="n_rows">4</property> + <property name="n_rows">3</property> <property name="n_columns">2</property> <child> <object class="GtkLabel" id="lSubject"> @@ -36,37 +36,18 @@ </object> </child> <child> - <object class="GtkLabel" id="lParameters"> - <property name="visible">True</property> - <property name="label" translatable="yes">Parameters:</property> - </object> - <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="lEmailFrom"> - <property name="visible">True</property> - <property name="label" translatable="yes">Your Email:</property> - </object> - <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="lEmailTo"> + <object class="GtkEntry" id="conf_Subject"> <property name="visible">True</property> - <property name="label" translatable="yes">Recipient's Email:</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> </object> <packing> - <property name="top_attach">3</property> - <property name="bottom_attach">4</property> + <property name="left_attach">1</property> + <property name="right_attach">2</property> </packing> </child> <child> - <object class="GtkEntry" id="conf_Subject"> + <object class="GtkEntry" id="conf_EmailFrom"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> @@ -74,30 +55,26 @@ <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> </packing> </child> <child> - <object class="GtkEntry" id="conf_Parameters"> + <object class="GtkLabel" id="lEmailFrom"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> + <property name="label" translatable="yes">Your Email:</property> </object> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> - <object class="GtkEntry" id="conf_EmailFrom"> + <object class="GtkLabel" id="lEmailTo"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> + <property name="label" translatable="yes">Recipient's Email:</property> </object> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> @@ -111,8 +88,8 @@ <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">3</property> - <property name="bottom_attach">4</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> </packing> </child> </object> @@ -143,7 +120,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="button1"> - <property name="label" translatable="yes">gtk-apply</property> + <property name="label">gtk-apply</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -157,7 +134,7 @@ </child> <child> <object class="GtkButton" id="button2"> - <property name="label" translatable="yes">gtk-cancel</property> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |
