mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove vertical scrollbar if there's no need in AWCD
This commit is contained in:
parent
8482829f94
commit
16b6c00c0d
@ -525,7 +525,6 @@ class AircraftSquadronsPage(QWidget):
|
||||
scrolling_area.setHorizontalScrollBarPolicy(
|
||||
Qt.ScrollBarPolicy.ScrollBarAlwaysOff
|
||||
)
|
||||
scrolling_area.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOn)
|
||||
scrolling_area.setWidgetResizable(True)
|
||||
scrolling_area.setWidget(scrolling_widget)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user