gimp r25588 - in trunk: . app/display
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25588 - in trunk: . app/display
- Date: Thu,  8 May 2008 13:47:21 +0100 (BST)
Author: neo
Date: Thu May  8 12:47:21 2008
New Revision: 25588
URL: http://svn.gnome.org/viewvc/gimp?rev=25588&view=rev
Log:
2008-05-08  Sven Neumann  <sven gimp org>
	* app/display/gimpscalecombobox.c (gimp_scale_combo_box_init):
	removed the entry's inner border to save some precious space in
	the status-bar.
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  8 12:47:21 2008
@@ -117,6 +117,7 @@
   GtkCellLayout   *layout;
   GtkCellRenderer *cell;
   GtkTreeIter      iter;
+  GtkBorder        border = { 0, 0, 0, 0 };
   gint             i;
 
   combo_box->scale     = 1.0;
@@ -138,6 +139,7 @@
                 "xalign",             1.0,
                 "width-chars",        7,
                 "truncate-multiline", TRUE,
+                "inner-border",       &border,
                 NULL);
 
   layout = GTK_CELL_LAYOUT (combo_box);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]