From 4a4bef4de3fc9725a3f48ee11a39dc16c63e9a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Paluch?= Date: Tue, 16 Jun 2026 19:21:40 +0200 Subject: [PATCH] Powiekszona troche czcionka --- translate_ai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translate_ai.py b/translate_ai.py index b2d0a19..700600e 100755 --- a/translate_ai.py +++ b/translate_ai.py @@ -269,6 +269,8 @@ if __name__ == "__main__": mode = "ocr" if args.ocr else "clip" app = QApplication(sys.argv) + + app.setStyleSheet("QWidget { font-size: 13pt; }") window = PotNativeApp(mode=mode) window.setWindowFlags(window.windowFlags() | Qt.WindowType.WindowStaysOnTopHint)