gimp r25858 - in trunk: . app/display
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25858 - in trunk: . app/display
- Date: Thu, 29 May 2008 13:20:05 +0000 (UTC)
Author: neo
Date: Thu May 29 13:20:05 2008
New Revision: 25858
URL: http://svn.gnome.org/viewvc/gimp?rev=25858&view=rev
Log:
2008-05-29 Sven Neumann <sven gimp org>
* app/display/gimpscalecombobox.c (gimp_scale_combo_box_init):
unset the entry's frame instead of reducing the inner border.
Modified:
trunk/ChangeLog
trunk/app/display/gimpscalecombobox.c
Modified: trunk/app/display/gimpscalecombobox.c
==============================================================================
--- trunk/app/display/gimpscalecombobox.c (original)
+++ trunk/app/display/gimpscalecombobox.c Thu May 29 13:20:05 2008
@@ -117,7 +117,6 @@
GtkCellLayout *layout;
GtkCellRenderer *cell;
GtkTreeIter iter;
- GtkBorder border = { 0, 0, 0, 0 };
gint i;
combo_box->scale = 1.0;
@@ -139,7 +138,7 @@
"xalign", 1.0,
"width-chars", 7,
"truncate-multiline", TRUE,
- "inner-border", &border,
+ "has-frame", FALSE,
NULL);
layout = GTK_CELL_LAYOUT (combo_box);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]