AddGameDialog rewrite from @VectorNull #19

Manually merged
Dervart merged 7 commits from Dervart/PortProtonQt:fixes-2 into main 2025-06-29 08:58:21 +00:00
Showing only changes of commit eed14797ec - Show all commits

View File

@ -164,8 +164,9 @@ class FileExplorer(QDialog):
self.drives_container.setLayout(self.drives_layout)
self.drives_scroll.setWidget(self.drives_container)
self.drives_scroll.setStyleSheet(self.theme.SCROLL_AREA_STYLE)
self.drives_scroll.setFixedHeight(60)
self.drives_scroll.setFixedHeight(70)
self.main_layout.addWidget(self.drives_scroll)
self.drives_scroll.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
# Путь
self.path_label = QLabel()