diff --git a/screens/setting/bluetooth_screen.py b/screens/setting/bluetooth_screen.py index 520c59d..c19c141 100644 --- a/screens/setting/bluetooth_screen.py +++ b/screens/setting/bluetooth_screen.py @@ -143,6 +143,8 @@ class BluetoothScreen(QWidget): self.list.setSpacing(8) self.list.setSelectionMode(QListWidget.NoSelection) self.list.setFocusPolicy(Qt.NoFocus) + self.list.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) + self.list.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) QScroller.scroller(self.list.viewport()).grabGesture( self.list.viewport(),