From c3c9156fdbaef08131e1097d5a2f3d75c1df22b3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Apr 2012 05:05:23 +0900 Subject: [PATCH] allow non-latin chars in profile names --- aqt/editor.py | 2 +- aqt/main.py | 19 +++++++++++++------ aqt/profiles.py | 16 ++++++++++------ 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/aqt/editor.py b/aqt/editor.py index 6413ac57e..1703c86d0 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -39,7 +39,7 @@ _html = """ .fname { font-size: 10px; vertical-align: middle; padding: 0; font-family: "%s"; } #dupes { font-size: 12px; } -img { max-width: 100%%; max-height: 90%%; } +img { max-width: 100%%; } body { margin: 5px; }