add window gaps
This commit is contained in:
parent
769d12a525
commit
750bf06ce9
9 changed files with 144 additions and 13 deletions
|
|
@ -586,6 +586,7 @@ sizes! {
|
|||
bar_height = (0, 1000, 17),
|
||||
border_width = (0, 1000, 4),
|
||||
bar_separator_width = (0, 1000, 1),
|
||||
gap = (0, 1000, 0),
|
||||
}
|
||||
|
||||
impl StaticText for ThemeSized {
|
||||
|
|
@ -595,6 +596,7 @@ impl StaticText for ThemeSized {
|
|||
ThemeSized::bar_height => "Bar Height",
|
||||
ThemeSized::border_width => "Border Width",
|
||||
ThemeSized::bar_separator_width => "Bar Separator Width",
|
||||
ThemeSized::gap => "Gap",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue