From d94aa9d48f4b28b06a176928f3591f9ac021d6c2 Mon Sep 17 00:00:00 2001 From: njdaoyehu Date: Mon, 25 Nov 2024 16:45:21 +0800 Subject: [PATCH] fixed --- styles/global.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.qss b/styles/global.qss index 51f77ce..f87f99d 100644 --- a/styles/global.qss +++ b/styles/global.qss @@ -289,6 +289,6 @@ QMessageBox QDialogButtonBox#qt_msgbox_buttonbox { /* buttonBox */ QPlainTextEdit#logText { border: none; background-color: #222222; - font-size: 14px; + font-size: 16px; color: #bbbbbb; } \ No newline at end of file