Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbars.py
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-10 01:03:04 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-10 01:03:04 (GMT)
commit834b17c58616ce362e695e52bd78f85e62149474 (patch)
tree6b7b18c2dd77aae08970aa70b1b78c5ab7016128 /toolbars.py
parent42849083765bd2b5345281b847758a45586c8274 (diff)
Using cell-size icon instead of my own scale icon
Diffstat (limited to 'toolbars.py')
-rw-r--r--toolbars.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolbars.py b/toolbars.py
index 65118cb..e7514e7 100644
--- a/toolbars.py
+++ b/toolbars.py
@@ -33,7 +33,6 @@ class ImageOptions(ToolbarButton):
ToolbarButton.__init__(self, icon_name='image-mode')
self.toolbar = gtk.Toolbar()
-
rotate_button = ToolButton("image-rotate")
rotate_button.set_tooltip("Rotate")
#rotate_button.connect("clicked", self.rotate_image)
@@ -91,7 +90,7 @@ class ImageToolbar(gtk.Toolbar):
self.width_percent = 1.
self.height_percent = 1.
- scale_button = ToolButton("scale")
+ scale_button = ToolButton("cell-size")
scale_button.set_tooltip('Picture Size')
scale_button.show()
scale_palette = scale_button.get_palette()