change interface style, add top menu

This commit is contained in:
Eduardo Bart
2011-11-01 14:41:15 -02:00
parent 999fa731c0
commit 59017205b0
29 changed files with 197 additions and 3020 deletions

View File

@@ -25,7 +25,7 @@ def generate_bitmap_font(timg, tdrawable, font, font_size, first_char, glyph_wid
disp = gimp.Display(image)
for i in range(char_begin, char_end):
if i == 129 or (i >= 141 and i <= 144) or i == 157:
if i == 127 or i == 129 or (i >= 141 and i <= 144) or i == 157:
string = u"\u25A1"
else:
string = chr(i).decode('cp1252')