theme: add separate bar_height setting
This commit is contained in:
parent
3933eba30c
commit
01f9c094ee
12 changed files with 97 additions and 36 deletions
|
|
@ -1524,7 +1524,7 @@ impl State {
|
|||
if !self.show_bar.get() {
|
||||
return 0;
|
||||
}
|
||||
(self.theme.sizes.title_height.get() - 2).max(0)
|
||||
(self.theme.sizes.bar_height() - 2).max(0)
|
||||
}
|
||||
|
||||
pub fn color_management_available(&self) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue