summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 14:08:47 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 14:08:47 +0100
commit6a391e994b767fd662265cc07cdfc190853097cd (patch)
treeec276a75ca9971b03239f275d270eed8900bd010 /src/gui-wizard-gtk/wizard.glade
parent21546071bd6b5511fdb0eeabb36d11952321855c (diff)
downloadabrt-6a391e994b767fd662265cc07cdfc190853097cd.tar.gz
abrt-6a391e994b767fd662265cc07cdfc190853097cd.tar.xz
abrt-6a391e994b767fd662265cc07cdfc190853097cd.zip
gui-wizard-gtk: add crash_data reloading; add -v propagation
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.glade9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index 65b0c38c..35915904 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -18,10 +18,9 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="lbl_page1">
- <property name="width_request">750</property>
<property name="visible">True</property>
+ <property name="xalign">0</property>
<property name="label" translatable="yes">A problem was detected on your computer:</property>
- <property name="justify">fill</property>
<property name="wrap">True</property>
</object>
<packing>
@@ -32,8 +31,7 @@
<object class="GtkLabel" id="lbl_cd_reason">
<property name="width_request">750</property>
<property name="visible">True</property>
- <property name="label" translatable="yes">(no description)</property>
- <property name="justify">center</property>
+ <property name="xalign">0</property>
<property name="wrap">True</property>
<attributes>
<attribute name="style" value="normal"/>
@@ -47,10 +45,9 @@
</child>
<child>
<object class="GtkLabel" id="lbl_page5">
- <property name="width_request">750</property>
<property name="visible">True</property>
+ <property name="xalign">0</property>
<property name="label" translatable="yes">Select how you would like to analyze the problem:</property>
- <property name="justify">fill</property>
<property name="wrap">True</property>
</object>
<packing>