summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-28 17:36:14 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-28 17:36:14 +0100
commit8c10b9d66c9ef9a54bc3f48e67080518b82850d0 (patch)
treeeb385f90dca8faa41de52eb16fd10d3eced89bd5 /src/gui-wizard-gtk/wizard.glade
parent3a6d12fcd182c0de13800fe463482d6a4408f885 (diff)
downloadabrt-8c10b9d66c9ef9a54bc3f48e67080518b82850d0.tar.gz
abrt-8c10b9d66c9ef9a54bc3f48e67080518b82850d0.tar.xz
abrt-8c10b9d66c9ef9a54bc3f48e67080518b82850d0.zip
gui-wizard-gtk: tweak label placement and box names
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui-wizard-gtk/wizard.glade')
-rw-r--r--src/gui-wizard-gtk/wizard.glade5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index 9f199789..74c4a624 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -247,7 +247,7 @@
<property name="visible">True</property>
<property name="border_width">5</property>
<child>
- <object class="GtkHBox" id="b_warnings_area">
+ <object class="GtkHBox" id="box_warning_area">
<property name="visible">True</property>
<property name="no_show_all">True</property>
<child>
@@ -278,7 +278,7 @@
</packing>
</child>
<child>
- <object class="GtkVBox" id="b_warning_labels">
+ <object class="GtkVBox" id="box_warning_labels">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
@@ -543,6 +543,7 @@
<object class="GtkLabel" id="lbl_page6">
<property name="width_request">750</property>
<property name="visible">True</property>
+ <property name="xalign">0</property>
<property name="label" translatable="yes">Below is the information to be reported, please review it.</property>
<property name="justify">fill</property>
<property name="wrap">True</property>