Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removed text labels from toolbar.

This commit is contained in:
Einar Ryeng 2006-10-14 15:31:38 +00:00
parent e09b3e3c3e
commit 16036e5b52
1 changed files with 1 additions and 0 deletions

View File

@ -986,6 +986,7 @@ class PlotToolbar(gtk.Toolbar):
self.add_mode(SelectPlotMode(self.plot))
self.insert(gtk.SeparatorToolItem(), -1)
self.set_style(gtk.TOOLBAR_ICONS)
# Set up freeze button
btn = gtk.ToggleToolButton()