[core/theme] Add separator-block-width
This commit is contained in:
parent
6e5e297d93
commit
808c46f551
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,9 @@ class Theme(object):
|
|||
def default_separators(self, widget=None):
|
||||
return self.__get(widget, 'default-separators', True)
|
||||
|
||||
def separator_block_width(self, widget=None):
|
||||
return self.__get(widget, 'separator-block-width', 0)
|
||||
|
||||
def __start(self):
|
||||
self.__widget_count = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue