mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add hints for creating packages.
This commit is contained in:
@@ -73,7 +73,10 @@ class QLiberationWindow(QMainWindow):
|
||||
hbox.addWidget(vbox)
|
||||
vbox.addWidget(self.liberation_map)
|
||||
vbox.addWidget(self.info_panel)
|
||||
hbox.setSizes([100, 600])
|
||||
|
||||
# Will make the ATO sidebar as small as necessary to fit the content. In
|
||||
# practice this means it is sized by the hints in the panel.
|
||||
hbox.setSizes([1, 10000000])
|
||||
vbox.setSizes([600, 100])
|
||||
|
||||
vbox = QVBoxLayout()
|
||||
|
||||
Reference in New Issue
Block a user