The Birdfont Source Code
Adjust scale in overiview
These changes was commited to the Birdfont repository Sun, 19 Jun 2016 12:52:05 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Adjust scale in overiview
--- a/libbirdfont/OverViewItem.vala
+++ b/libbirdfont/OverViewItem.vala
@@ -154,6 +154,7 @@
h = height;
scale_box = width / DEFAULT_WIDTH;
+ adjust_scale ();
s = Screen.create_background_surface ((int) width, (int) height - 20);
c = new Context (s);