[gtk+/native-layout] Add some padding in tool buttons
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] Add some padding in tool buttons
- Date: Sun, 4 Apr 2010 02:30:02 +0000 (UTC)
commit d3167986857e916530c9c3325dd38252753b681a
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 23 10:30:23 2010 -0500
Add some padding in tool buttons
The default value of the icon-spacing style property was 0, which
is just not good. Themes are of course free to change this anyway.
Bug 610381.
gtk/gtktoolbutton.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index 74fe78a..a0e16b9 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -264,7 +264,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
P_("Spacing in pixels between the icon and label"),
0,
G_MAXINT,
- 0,
+ 3,
GTK_PARAM_READWRITE));
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]