[pan2] small fix 'other colors' showing up far down in prefs dialog
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] small fix 'other colors' showing up far down in prefs dialog
- Date: Sun, 30 Sep 2012 07:38:52 +0000 (UTC)
commit 8f5d86cc9ea29248315f45519b865c95639ce14b
Author: Heinrich MÃller <henmull src gnome org>
Date: Sun Sep 30 09:38:39 2012 +0200
small fix 'other colors' showing up far down in prefs dialog
pan/gui/prefs-ui.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pan/gui/prefs-ui.cc b/pan/gui/prefs-ui.cc
index 812a858..b4a57df 100644
--- a/pan/gui/prefs-ui.cc
+++ b/pan/gui/prefs-ui.cc
@@ -1232,9 +1232,9 @@ PrefsDialog :: PrefsDialog (Prefs& prefs, GtkWindow* parent):
pan_box_pack_start_defaults (GTK_BOX(h), gtk_label_new (_("Background:")));
pan_box_pack_start_defaults (GTK_BOX(h), new_color_button ("body-pane-color-signature-bg", def_color_str, prefs)); //
HIG :: workarea_add_row (t, &row, _("Signature:"), h);
- HIG :: workarea_finish (t, &row);
// colors for others texts (score == 0 or body pane etc.... )
+ HIG :: workarea_add_section_divider (t, &row);
HIG :: workarea_add_section_title (t, &row, _("Other Texts"));
h = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, PAD_SMALL);
pan_box_pack_start_defaults (GTK_BOX(h), new_color_button ("text-color-fg", def_color_fg_str, prefs));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]