gimp r26771 - in trunk: . app/tools
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26771 - in trunk: . app/tools
- Date: Tue, 26 Aug 2008 14:50:06 +0000 (UTC)
Author: mitch
Date: Tue Aug 26 14:50:05 2008
New Revision: 26771
URL: http://svn.gnome.org/viewvc/gimp?rev=26771&view=rev
Log:
2008-08-26 Michael Natterer <mitch gimp org>
* app/tools/gimppaintoptions-gui.c (gimp_paint_options_gui): don't
hardcode the attach coords for the fixed containing the dynamics
labels but use the table's real width instead. Fixes broken table
layout in the airbrush options.
Modified:
trunk/ChangeLog
trunk/app/tools/gimppaintoptions-gui.c
Modified: trunk/app/tools/gimppaintoptions-gui.c
==============================================================================
--- trunk/app/tools/gimppaintoptions-gui.c (original)
+++ trunk/app/tools/gimppaintoptions-gui.c Tue Aug 26 14:50:05 2008
@@ -228,7 +228,7 @@
* label positions in RTL mode.
*/
fixed = gtk_fixed_new ();
- gtk_table_attach (GTK_TABLE (table), fixed, 0, 6, 0, 1,
+ gtk_table_attach (GTK_TABLE (table), fixed, 0, n_dynamics + 2, 0, 1,
GTK_SHRINK | GTK_FILL, GTK_SHRINK | GTK_FILL, 0, 0);
gtk_widget_show (fixed);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]