diff --git a/portprotonqt/dialogs.py b/portprotonqt/dialogs.py index 3b0859a..b65a775 100644 --- a/portprotonqt/dialogs.py +++ b/portprotonqt/dialogs.py @@ -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()