diff options
| author | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
| commit | b7ea0e53e3375de6298b2f510302f75ebef4be4e (patch) | |
| tree | 5bb4e5d163a8f1c5f2e54292fa60192045dad312 /lib | |
| parent | 7b0292edc52d031db91ba6e38ff626a350959e2d (diff) | |
| parent | 230f151aa7e357c37040ed51bcbdbc1a766af82a (diff) | |
| download | abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.gz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.xz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
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> |
