From 5f6e1098d3dd0487258652f29bc9a86ccf441298 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 1 Apr 2026 02:07:43 +0300 Subject: [PATCH] update design bl --- screens/setting/bluetooth_screen.py | 2 ++ 1 file changed, 2 insertions(+) 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(),