Reduced the height of the DVD menu window

This commit is contained in:
Sergio Costas 2016-02-01 23:11:26 +01:00
parent 735a208796
commit 5a6853a764
4 changed files with 21 additions and 77 deletions

View file

@ -62,7 +62,7 @@ class interface_manager(GObject.GObject):
def add_dualtoggle(self,toggle_name,toggle2,default_value,callback = None):
""" Adds an internal variable with the name toggle_name, linked to widget
elements with names toggle_nane and toggle2 (must be or inherint from Gtk.ToogleButton).
elements with names toggle_name and toggle2 (must be or inherint from Gtk.ToogleButton).
The default value can be True of False, with True being toggle_name active, and False
being toggle2 active """