Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2007-10-15 22:56:26 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2007-10-15 22:56:26 (GMT)
commit243b3bad41f5028702a1f768da838755f4279304 (patch)
tree09a14445c8553a13cad1d7254a28a909be50d7d8 /gtk
parent527f3fd65199a0a18b068c4b8e8340ed07788748 (diff)
Increase the icon sizes a little bit, this is just a test so that
Eben can see what it looks like.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 5875bd6..86b4771 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -52,7 +52,8 @@ white = '"#FFFFFF"'
}
${
-icon_small = icon_base * 3
+# This is broken, just doing it for eben so he can see the difference
+icon_small = icon_base * 3 + 4
icon_large = icon_base * 5
small_icons = [ "gtk-menu", "gtk-dnd", "gtk-small-toolbar", "gtk-button" ]
@@ -496,7 +497,7 @@ style "entry"
style "button"
{
- ${ border = (3*subcell_size - icon_small) / 2 - thickness - 1 }
+ ${ border = max(0, (3*subcell_size - icon_small) / 2 - thickness - 1) }
# It would be nicer to just set the inner-border, but that does not work
# for combo boxes ... The combobox ignores it, so set it to 0px
# See http://bugzilla.gnome.org/show_bug.cgi?id=485762