mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
window: Increase the height of CSD titlebars
This seems to be more accurate with what we currently see in GNOME. Without having the app expose this information to us, it might be a better idea to use the default frame style for this information instead.
This commit is contained in:
parent
bce5f3f108
commit
ac099343da
@ -4165,7 +4165,7 @@ meta_window_get_titlebar_rect (MetaWindow *window,
|
||||
{
|
||||
/* Pick an arbitrary height for a titlebar. We might want to
|
||||
* eventually have CSD windows expose their borders to us. */
|
||||
rect->height = 15;
|
||||
rect->height = 50;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user