add adjustment to spinbutton in length notifier plugin
This commit is contained in:
parent
fa05d88b2b
commit
ad8c7a0f41
|
@ -126,6 +126,8 @@ class LengthNotifierPluginConfigDialog(GajimPluginConfigDialog):
|
|||
|
||||
self.message_length_spinbutton = self.xml.get_object(
|
||||
'message_length_spinbutton')
|
||||
self.message_length_spinbutton.get_adjustment().set_all(140, 0, 500, 1,
|
||||
10, 0)
|
||||
self.notification_colorbutton = self.xml.get_object(
|
||||
'notification_colorbutton')
|
||||
self.jids_entry = self.xml.get_object('jids_entry')
|
||||
|
|
Loading…
Reference in New Issue