summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui-wizard-gtk')
-rw-r--r--src/gui-wizard-gtk/wizard.c4
-rw-r--r--src/gui-wizard-gtk/wizard.glade8
2 files changed, 7 insertions, 5 deletions
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index 2639cd30..ee6c3c39 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -584,7 +584,6 @@ void update_gui_state_from_problem_data(void)
const char *reason = get_problem_item_content_or_NULL(g_cd, FILENAME_REASON);
gtk_label_set_text(g_lbl_cd_reason, reason ? reason : _("(no description)"));
-///vda make_label_autowrap_on_resize(g_lbl_cd_reason);
gtk_list_store_clear(g_ls_details);
struct cd_stats stats = { 0 };
@@ -1311,10 +1310,11 @@ static void add_pages(void)
g_lbl_reporters = GTK_LABEL( gtk_builder_get_object(builder, "lbl_reporters"));
g_lbl_size = GTK_LABEL( gtk_builder_get_object(builder, "lbl_size"));
- make_label_autowrap_on_resize(g_lbl_cd_reason);
gtk_widget_modify_font(GTK_WIDGET(g_tv_analyze_log), monospace_font);
gtk_widget_modify_font(GTK_WIDGET(g_tv_report_log), monospace_font);
gtk_widget_modify_font(GTK_WIDGET(g_tv_backtrace), monospace_font);
+ //make_label_autowrap_on_resize(g_lbl_cd_reason);
+ fix_all_wrapped_labels(GTK_WIDGET(g_assistant));
///* hide the warnings by default */
//gtk_widget_hide(g_widget_warnings_area);
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index 73070e8d..337bbe49 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -33,8 +33,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="ypad">5</property>
- <property name="label" translatable="yes">Click 'Forward' to proceed with analyzing and reporting this problem to proceed with analyzing and reporting this problem to proceed with analyzing and reporting this problem to proceed with analyzing and reporting this problem.</property>
+ <property name="yalign">0</property>
+ <property name="ypad">0</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">Click 'Forward' to proceed with analyzing and reporting this problem.</property>
</object>
<packing>
<property name="expand">False</property>
@@ -371,7 +373,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="ypad">3</property>
+ <property name="ypad">0</property>
<property name="label" translatable="yes">Backtrace provides developers with details of the crash, helping them track down the source of the problem. Please review it and remove any sensitive data you would rather not share:</property>
<property name="wrap">True</property>
</object>