From a798cffb470c76bf6a31b1108f9b27930656ea9e Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 07 Feb 2007 17:25:47 +0000 Subject: Make the toolbar use hippo widgets instead of gtk. --- (limited to 'stylesheet.py') diff --git a/stylesheet.py b/stylesheet.py deleted file mode 100755 index 7b3abb9..0000000 --- a/stylesheet.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) 2006, Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -import gtk - -from sugar.graphics import style - -links_Icon = { - 'scale' : style.standard_icon_scale -} - -links_Box = { - 'background_color' : 0x414141ff -} -- cgit v0.9.1