[gimp] Bug 629926 - some tool sliders are not usable
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 629926 - some tool sliders are not usable
- Date: Sun, 3 Oct 2010 16:57:54 +0000 (UTC)
commit 19bf6ff4975d9c0a402aeebb82ac8d0435d88762
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Oct 3 19:05:58 2010 +0200
Bug 629926 - some tool sliders are not usable
"Aspect Ratio" takes too much horizontal space, shorten to just
"Aspect".
app/tools/gimppaintoptions-gui.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimppaintoptions-gui.c b/app/tools/gimppaintoptions-gui.c
index c4f8b1f..b89e37e 100644
--- a/app/tools/gimppaintoptions-gui.c
+++ b/app/tools/gimppaintoptions-gui.c
@@ -127,7 +127,9 @@ gimp_paint_options_gui (GimpToolOptions *tool_options)
adj_aspect_ratio = gimp_prop_scale_entry_new (config, "brush-aspect-ratio",
GTK_TABLE (table), 0, table_row++,
- _("Aspect Ratio:"),
+ /* Label for a slider that affects
+ aspect ratio for brushes */
+ _("Aspect:"),
0.01, 0.1, 2,
FALSE, 0.0, 0.0);
gimp_scale_entry_set_logarithmic (adj_aspect_ratio, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]