diff --git a/qt_ui/windows/QLiberationWindow.py b/qt_ui/windows/QLiberationWindow.py index 74bd08a3..9e3cd242 100644 --- a/qt_ui/windows/QLiberationWindow.py +++ b/qt_ui/windows/QLiberationWindow.py @@ -54,6 +54,7 @@ class QLiberationWindow(QMainWindow): hbox = QSplitter(Qt.Horizontal) hbox.addWidget(self.info_panel) hbox.addWidget(self.liberation_map) + hbox.setSizes([2, 8]) vbox = QVBoxLayout() vbox.setMargin(0) @@ -212,13 +213,15 @@ class QLiberationWindow(QMainWindow): def showAboutDialog(self): text = "
DCS Liberation was originally developed by shdwp, DCS Liberation 2.0 is a partial rewrite based on this work by Khopa." \ + "