diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-07 13:03:02 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-12-07 13:03:02 +0100 |
| commit | ea158979a5fb16c7e38488d8f3973ce7cef82e0d (patch) | |
| tree | 4823ea292ba03f222eb0f50ba99239001ea77af1 /lib/Plugins/KerneloopsReporter.GTKBuilder | |
| parent | 4e953eeeacab697ba26dc5588478cb12e64350b0 (diff) | |
| download | abrt-ea158979a5fb16c7e38488d8f3973ce7cef82e0d.tar.gz abrt-ea158979a5fb16c7e38488d8f3973ce7cef82e0d.tar.xz abrt-ea158979a5fb16c7e38488d8f3973ce7cef82e0d.zip | |
GUI: more fixes by rrakus@redhat.com
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.GTKBuilder')
| -rw-r--r-- | lib/Plugins/KerneloopsReporter.GTKBuilder | 75 |
1 files changed, 44 insertions, 31 deletions
diff --git a/lib/Plugins/KerneloopsReporter.GTKBuilder b/lib/Plugins/KerneloopsReporter.GTKBuilder index 74cb36b..65f993f 100644 --- a/lib/Plugins/KerneloopsReporter.GTKBuilder +++ b/lib/Plugins/KerneloopsReporter.GTKBuilder @@ -3,55 +3,68 @@ <requires lib="gtk+" version="2.14"/> <!-- interface-naming-policy project-wide --> <object class="GtkDialog" id="PluginDialog"> - <property name="border_width">5</property> + <property name="border_width">12</property> + <property name="resizable">False</property> + <property name="modal">True</property> <property name="type_hint">normal</property> <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox"> <property name="visible">True</property> <property name="orientation">vertical</property> - <property name="spacing">2</property> + <property name="spacing">12</property> <child> - <object class="GtkVBox" id="vbox1"> + <object class="GtkFrame" id="frame1"> <property name="visible">True</property> - <property name="orientation">vertical</property> + <property name="label_xalign">0</property> + <property name="shadow_type">none</property> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> - <property name="label" translatable="yes">Kerneloops Reporter plugin configuration</property> - </object> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkTable" id="table1"> - <property name="visible">True</property> - <property name="n_columns">2</property> - <child> - <object class="GtkLabel" id="lSubmitURL"> - <property name="visible">True</property> - <property name="label" translatable="yes">Submit URL</property> - </object> - </child> + <property name="top_padding">6</property> + <property name="left_padding">12</property> <child> - <object class="GtkEntry" id="conf_SubmitURL"> + <object class="GtkTable" id="table1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> + <property name="n_columns">2</property> + <property name="column_spacing">12</property> + <property name="row_spacing">6</property> + <child> + <object class="GtkLabel" id="lSubmitURL"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Submit URL:</property> + </object> + <packing> + <property name="x_options">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="conf_SubmitURL"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + </packing> + </child> </object> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - </packing> </child> </object> - <packing> - <property name="position">1</property> - </packing> + </child> + <child type="label"> + <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="label" translatable="yes"><b>Kerneloops Reporter plugin configuration</b></property> + <property name="use_markup">True</property> + </object> </child> </object> <packing> + <property name="expand">False</property> + <property name="fill">False</property> <property name="position">1</property> </packing> </child> |
