FIX: get space for one more bluetooth peer before scrollbar desaster happens ;-)
git-svn-id: http://www.neo1973-germany.de/svn@68 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
3c172d34e0
commit
8b8d6545aa
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class BluetoothPanel(gtk.VBox):
|
|||
## Power State of Bluetooth Module
|
||||
cell_frame = gtk.Frame("Bluetooth State")
|
||||
upper_box = gtk.HBox()
|
||||
upper_box.set_border_width(10)
|
||||
upper_box.set_border_width(5)
|
||||
|
||||
# power
|
||||
self.power_state_cbtn = gtk.CheckButton("Powered")
|
||||
|
|
Loading…
Reference in a new issue