[gimp] libgimpwidgets: more spacing around the profile chooser's preview textview
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpwidgets: more spacing around the profile chooser's preview textview
- Date: Fri, 14 Mar 2014 23:10:57 +0000 (UTC)
commit 3ac04f9fe1f9af014fb868489467107ed806fb74
Author: Michael Natterer <mitch gimp org>
Date: Sat Mar 15 00:07:51 2014 +0100
libgimpwidgets: more spacing around the profile chooser's preview textview
libgimpwidgets/gimpcolorprofilechooserdialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimpcolorprofilechooserdialog.c b/libgimpwidgets/gimpcolorprofilechooserdialog.c
index 914f8b5..0a38662 100644
--- a/libgimpwidgets/gimpcolorprofilechooserdialog.c
+++ b/libgimpwidgets/gimpcolorprofilechooserdialog.c
@@ -360,8 +360,8 @@ gimp_color_profile_view_new (GtkTextBuffer *buffer)
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (text_view), GTK_WRAP_WORD);
gtk_text_view_set_pixels_above_lines (GTK_TEXT_VIEW (text_view), 6);
- gtk_text_view_set_left_margin (GTK_TEXT_VIEW (text_view), 2);
- gtk_text_view_set_right_margin (GTK_TEXT_VIEW (text_view), 2);
+ gtk_text_view_set_left_margin (GTK_TEXT_VIEW (text_view), 6);
+ gtk_text_view_set_right_margin (GTK_TEXT_VIEW (text_view), 6);
gtk_container_add (GTK_CONTAINER (scrolled_window), text_view);
gtk_widget_show (text_view);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]