From 930e8898d543a5f28ef2e03b3b29e590d0091aaa Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Tue, 21 Nov 2023 18:51:36 -0500 Subject: [PATCH] Statistics Tab and right side bar: Enable normal html text resizing. This includes Ctrl+Mouse Wheel or Ctrl + 2 finger Getsures. (tested on Windows and Linux) this feature is already enabled for the right side bar. --- oscar/statistics.cpp | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index 2b3065ed..495120ed 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -10,6 +10,8 @@ #define TEST_MACROS_ENABLEDoff #include +#define HI_RES_FONT_SIZE + #include #include #include @@ -772,6 +774,9 @@ const QString table_width = "width='100%'"; QString Statistics::generateHeader(bool onScreen) { QString html = QString(""); + #if defined(HI_RES_FONT_SIZE) + html += ""; + #endif html += "Oscar Statistics Report"; html += "