gimp r22137 - in trunk: . app/widgets themes/Default themes/Small



Author: mitch
Date: 2007-03-17 18:20:19 +0000 (Sat, 17 Mar 2007)
New Revision: 22137
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=22137&view=rev

Modified:
   trunk/ChangeLog
   trunk/app/widgets/gimpbrusheditor.c
   trunk/app/widgets/gimpbrusheditor.h
   trunk/app/widgets/gimpdataeditor.c
   trunk/app/widgets/gimpdataeditor.h
   trunk/app/widgets/gimpgradienteditor.c
   trunk/app/widgets/gimpgradienteditor.h
   trunk/app/widgets/gimppaletteeditor.c
   trunk/app/widgets/gimppaletteeditor.h
   trunk/themes/Default/gtkrc
   trunk/themes/Small/gtkrc
Log:
2007-03-17  Michael Natterer  <mitch gimp org>

	Make the height of the previews in data editors configurable.
	Fixes bug #337757.

	* app/widgets/gimpdataeditor.[ch]: add member "view" which needs
	to be set by subclasses. Add style property "minimal-height" which
	defaults to 96. Add style_set() implementation which sets
	editor->view's height to the configured value.

	* app/widgets/gimpbrusheditor.[ch]
	* app/widgets/gimpgradienteditor.[ch]
	* app/widgets/gimppaletteeditor.[ch]: use data_editor->view for
	storing the view widget and removed own view members. Remove
	separate #defines for the view's default width and height, it's
	width follows the dialog anyway.

	* themes/Default/gtkrc: document the default value of 96.

	* themes/Small/gtkrc: set it to 64.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]