Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
authorMarc Maurer <uwog@uwog.net>2007-09-03 10:07:18 (GMT)
committer Marc Maurer <uwog@uwog.net>2007-09-03 10:07:18 (GMT)
commitdcb905aa82f06f7516ebcec59a7cb707467e8fda (patch)
tree9b16afdb1f60e9d034331f09f148374e612a2cbc /toolbar.py
parent12aead0ad4ee16a6210086e143da65794d8ab5ff (diff)
Set the size of the text-size icon to gtk.ICON_SIZE_LARGE_TOOLBAR
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index 89d1260..a3a8aee 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -82,7 +82,7 @@ class TextToolbar(gtk.Toolbar):
separator.show()
self.insert(separator, -1)
- self._font_size_icon = Icon(icon_name="format-text-size")
+ self._font_size_icon = Icon(icon_name="format-text-size", icon_size=gtk.ICON_SIZE_LARGE_TOOLBAR)
tool_item = gtk.ToolItem()
tool_item.add(self._font_size_icon)
self.insert(tool_item, -1)