From 176e6740661b09ccc5686b20c3a229c639628e29 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 03 Aug 2011 23:23:33 +0000 Subject: use ellipsis insead of rescaling label --- (limited to 'abacus_window.py') diff --git a/abacus_window.py b/abacus_window.py index e3a9499..46ac07c 100644 --- a/abacus_window.py +++ b/abacus_window.py @@ -595,6 +595,7 @@ class AbacusGeneric(): _svg_str_to_pixbuf(bar)) self.bar.type = 'frame' + self.bar.set_label_attributes(12, rescale=False) self.bar.set_label_color('white') # and finally, the mark. -- cgit v0.9.1