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:
Jasper St. Pierre 2014-08-19 13:58:45 -04:00
parent bce5f3f108
commit ac099343da

View File

@ -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;
}
}