GNOME Bugzilla – Bug 706592
csd: some fixes for the titlebar
Last modified: 2013-08-24 00:17:43 UTC
These are needed to properly solve bug 706418.
Created attachment 252766 [details] [review] window: don't change bottom margin for automatic CSD We'll use a style class to be able to give this a different appearance, but for the time being we don't really need to give this such different margin.
Created attachment 252767 [details] [review] window: add a style class when we automatically create the titlebar To distinguish it from custom titlebars added from applications.
Review of attachment 252766 [details] [review]: sure
Review of attachment 252767 [details] [review]: Why is it important to distinguish them ? titlebar is titlebar, no ?
Because, as the automatic decoration is implemented with a header bar as well, if we don't special case it, it will get the bottom border typical of headers, which we don't generally want for the automatic case.
Review of attachment 252767 [details] [review]: ok then
Attachment 252766 [details] pushed as fde3d5a - window: don't change bottom margin for automatic CSD Attachment 252767 [details] pushed as 6928aed - window: add a style class when we automatically create the titlebar