1
0
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:
imdano
2008-06-23 22:21:47 +00:00
parent 2d18e61a65
commit a8007dc29b

View File

@@ -317,8 +317,8 @@ class WirelessSettingsDialog(AdvancedSettingsDialog):
self.change_encrypt_method()
self.vbox.pack_start(self.chkbox_global_settings, False, False)
self.vbox.pack_start(self.chkbox_encryption, False, False)
self.vbox.pack_start(self.combo_encryption)
self.vbox.pack_start(self.vbox_encrypt_info)
self.vbox.pack_start(self.combo_encryption, False, False)
self.vbox.pack_start(self.vbox_encrypt_info, False, False)
# Connect signals.
self.chkbox_encryption.connect("toggled", self.toggle_encryption)