mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Experimental/Testing:
- Fix encryption combobox size sometimes getting distorted when switching between encryption types.
This commit is contained in:
@@ -317,8 +317,8 @@ class WirelessSettingsDialog(AdvancedSettingsDialog):
|
|||||||
self.change_encrypt_method()
|
self.change_encrypt_method()
|
||||||
self.vbox.pack_start(self.chkbox_global_settings, False, False)
|
self.vbox.pack_start(self.chkbox_global_settings, False, False)
|
||||||
self.vbox.pack_start(self.chkbox_encryption, False, False)
|
self.vbox.pack_start(self.chkbox_encryption, False, False)
|
||||||
self.vbox.pack_start(self.combo_encryption)
|
self.vbox.pack_start(self.combo_encryption, False, False)
|
||||||
self.vbox.pack_start(self.vbox_encrypt_info)
|
self.vbox.pack_start(self.vbox_encrypt_info, False, False)
|
||||||
|
|
||||||
# Connect signals.
|
# Connect signals.
|
||||||
self.chkbox_encryption.connect("toggled", self.toggle_encryption)
|
self.chkbox_encryption.connect("toggled", self.toggle_encryption)
|
||||||
|
|||||||
Reference in New Issue
Block a user