Sam Parkinson 8 years ago
commit 6c5bef2f78
No known key found for this signature in database
GPG Key ID: 34E268B2FA2F8B13

@ -336,6 +336,7 @@ class Activity(Window, Gtk.Container):
settings = Gtk.Settings.get_default()
settings.set_property('gtk-theme-name', sugar_theme)
settings.set_property('gtk-icon-theme-name', 'sugar')
settings.set_property('gtk-button-images', True)
settings.set_property('gtk-font-name',
'%s %f' % (style.FONT_FACE, style.FONT_SIZE))

Loading…
Cancel
Save