reverted last change.

2008-05-29  Sven Neumann  <sven@gimp.org>

	* app/display/gimpscalecombobox.c (gimp_scale_combo_box_init):
	reverted last change.

svn path=/trunk/; revision=25859
This commit is contained in:
Sven Neumann
2008-05-29 13:59:30 +00:00
committed by Sven Neumann
parent 86c8eba619
commit 3526b43c6b

View File

@ -117,6 +117,7 @@ gimp_scale_combo_box_init (GimpScaleComboBox *combo_box)
GtkCellLayout *layout;
GtkCellRenderer *cell;
GtkTreeIter iter;
GtkBorder border = { 0, 0, 0, 0 };
gint i;
combo_box->scale = 1.0;
@ -138,7 +139,7 @@ gimp_scale_combo_box_init (GimpScaleComboBox *combo_box)
"xalign", 1.0,
"width-chars", 7,
"truncate-multiline", TRUE,
"has-frame", FALSE,
"inner-border", &border,
NULL);
layout = GTK_CELL_LAYOUT (combo_box);