Browse Source

Arrange size of about window for the 3rd tab as minimum, not 2nd

tags/v1.9.11
falkTX 6 years ago
parent
commit
b97de469b1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/frontend/carla_widgets.py

+ 2
- 2
source/frontend/carla_widgets.py View File

@@ -157,9 +157,9 @@ class CarlaAboutW(QDialog):
"</ul>"))
self.ui.l_vst2.setText(self.tr("About 85% complete (missing vst bank/presets and some minor stuff)"))

# 2nd tab is usually longer than the 1st
# 3rd tab is usually longer than the 1st
# adjust appropriately
self.ui.tabWidget.setCurrentIndex(1)
self.ui.tabWidget.setCurrentIndex(2)
self.adjustSize()

self.ui.tabWidget.setCurrentIndex(0)


Loading…
Cancel
Save