mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
[dirty] debug more
This commit is contained in:
parent
9704e66c37
commit
7e0cdf2848
1 changed files with 2 additions and 0 deletions
|
|
@ -958,6 +958,8 @@ post_processing(struct theme *theme)
|
||||||
{
|
{
|
||||||
int h = MAX(font_height(&rc.font_activewindow), font_height(&rc.font_inactivewindow));
|
int h = MAX(font_height(&rc.font_activewindow), font_height(&rc.font_inactivewindow));
|
||||||
if (theme->title_height < h) {
|
if (theme->title_height < h) {
|
||||||
|
wlr_log(WLR_ERROR, "adjusting title height to %d + 2 * padding_height (%d)",
|
||||||
|
h, theme->padding_height);
|
||||||
theme->title_height = h + 2 * theme->padding_height;
|
theme->title_height = h + 2 * theme->padding_height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue