theme: add separate bar_height setting
This commit is contained in:
parent
3933eba30c
commit
01f9c094ee
12 changed files with 97 additions and 36 deletions
|
|
@ -315,5 +315,11 @@ pub mod sized {
|
|||
///
|
||||
/// Default: 4
|
||||
const 02 => BORDER_WIDTH,
|
||||
/// The height of the bar.
|
||||
///
|
||||
/// Defaults to the TITLE_HEIGHT if not set explicitly.
|
||||
///
|
||||
/// Default: 17
|
||||
const 03 => BAR_HEIGHT,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue