Browse Source

Fix last patch

tags/v1.0
falkTX 4 years ago
parent
commit
14821b7e07
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      patches/qjackctl/04_apple-win32-ui-adjustments.patch

+ 2
- 2
patches/qjackctl/04_apple-win32-ui-adjustments.patch View File

@@ -52,7 +52,7 @@ index ee9afa4..f206270 100644
// Register the first timer slot. // Register the first timer slot.
QTimer::singleShot(QJACKCTL_TIMER_MSECS, this, SLOT(timerSlot())); QTimer::singleShot(QJACKCTL_TIMER_MSECS, this, SLOT(timerSlot()));
+#ifdef __APPLE__
+#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32) || defined(__APPLE__)
+ // increazing height make UI look ugly and it is not really useful + // increazing height make UI look ugly and it is not really useful
+ setFixedHeight(height()); + setFixedHeight(height());
+#endif +#endif
@@ -68,7 +68,7 @@ index 8294606..487b7de 100644
} }
m_settings.endGroup(); m_settings.endGroup();
+#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32) || defined(__APPLE__)
+#ifdef __APPLE__
+ // alternative custom defaults, as the mac theme does not look good with our custom widgets + // alternative custom defaults, as the mac theme does not look good with our custom widgets
+ sCustomColorTheme = "KXStudio"; + sCustomColorTheme = "KXStudio";
+ sCustomStyleTheme = "Fusion"; + sCustomStyleTheme = "Fusion";


Loading…
Cancel
Save