Change maximum height of TitleBar (#9758)
<img width="209" alt="image" src="https://github.com/zed-industries/zed/assets/38318044/0dcc4d0b-db9e-4eba-aa36-5c35f185e7e3"> Release Notes: - Fixed alignment of items in the title bar ([#9709](https://github.com/zed-industries/zed/issues/9709)).
This commit is contained in:
parent
a7047f67fb
commit
f83884518a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub struct TitleBar {
|
|||
impl TitleBar {
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
pub fn height(cx: &mut WindowContext) -> Pixels {
|
||||
(1.75 * cx.rem_size()).max(px(32.))
|
||||
(1.75 * cx.rem_size()).max(px(34.))
|
||||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue