summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/gui-wizard-gtk/wizard.c4
-rw-r--r--src/gui-wizard-gtk/wizard.glade5
2 files changed, 5 insertions, 4 deletions
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index 886bdf73..d8843fbd 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -886,9 +886,9 @@ static void add_pages(void)
g_tv_reproduce = GTK_TEXT_VIEW( gtk_builder_get_object(builder, "tv_reproduce"));
g_tv_comment = GTK_TEXT_VIEW( gtk_builder_get_object(builder, "tv_comment"));
g_tv_details = GTK_TREE_VIEW( gtk_builder_get_object(builder, "tv_details"));
- g_box_warning_labels = GTK_BOX( gtk_builder_get_object(builder, "b_warning_labels"));
+ g_box_warning_labels = GTK_BOX( gtk_builder_get_object(builder, "box_warning_labels"));
g_tb_approve_bt = GTK_TOGGLE_BUTTON(gtk_builder_get_object(builder, "cb_approve_bt"));
- g_widget_warnings_area = GTK_WIDGET( gtk_builder_get_object(builder, "b_warnings_area"));
+ g_widget_warnings_area = GTK_WIDGET( gtk_builder_get_object(builder, "box_warning_area"));
g_btn_refresh = GTK_BUTTON( gtk_builder_get_object(builder, "btn_refresh"));
g_search_entry_bt = GTK_ENTRY( gtk_builder_get_object(builder, "entry_search_bt"));
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>