diff options
Diffstat (limited to 'deskutils/coregarage/files/patch-settings.cpp')
-rw-r--r-- | deskutils/coregarage/files/patch-settings.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/deskutils/coregarage/files/patch-settings.cpp b/deskutils/coregarage/files/patch-settings.cpp deleted file mode 100644 index 7bb7311ada83..000000000000 --- a/deskutils/coregarage/files/patch-settings.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- settings.cpp.orig 2023-08-27 20:32:18 UTC -+++ settings.cpp -@@ -177,9 +177,9 @@ void settings::setDefaultSettings(QSettings& settings) - // Add system font to CorePad, CoreTerminal - QFont monoFont = QFontDatabase::systemFont(QFontDatabase::FixedFont); - if ( not monoFont.family().count() ) { -- monoFont = QFont("monospace", 9);} -+ monoFont = QFont("monospace", 12);} - if (monoFont.styleHint() != QFont::Monospace) { -- monoFont = QFont("monospace", 9);} -+ monoFont = QFont("monospace", 12);} - - // CorePad - if (!settings.contains("CorePad/Font")) { |