Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/gtkrc.em
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2008-03-30 11:01:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2008-03-30 11:01:36 (GMT)
commit457540e27e11ad2640aba8f306200a8ad8926bfb (patch)
treeaeb897b2a7f98de2968d4f06d23be4f167182b8d /data/gtkrc.em
parent4a5ca910c4ec721e08f59b7e293f68f2d4d2059c (diff)
Setup xsettings dinamically so that we can take
screen size and dpi into account. It will need some tweaking for resolutions that I'm not able to test at the moment.
Diffstat (limited to 'data/gtkrc.em')
-rw-r--r--data/gtkrc.em14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/gtkrc.em b/data/gtkrc.em
deleted file mode 100644
index a19b519..0000000
--- a/data/gtkrc.em
+++ /dev/null
@@ -1,14 +0,0 @@
-@{
-if theme == 'sugar':
- font_name = 'Sans Serif 10'
- icon_sizes = 'gtk-large-toolbar=40,40'
-else:
- font_name = 'Sans Serif 7'
- icon_sizes = 'gtk-large-toolbar=55,55'
-}@
-gtk-theme-name = "@theme"
-gtk-icon-theme-name = "sugar"
-gtk-font-name = "@font_name"
-gtk-cursor-theme-name = "sugar"
-gtk-toolbar-style = GTK_TOOLBAR_ICONS
-gtk-icon-sizes = "@icon_sizes"