However, something is still a bit surprising, setting the TitleBarHeight through :
m_window->getRenderer()->setTitleBarHeight(50);
works well ! But, if I removed the previous line and instead add the following line to my theme file "default.txt" :
ChildWindow {
TitleBarHeight = 50;
}
It doesn't change anything. But this property is still recognized by the parser as I have no error message, just that setting is to 5, 50, 500 or whatever will not affect the TitleBarHeight at all.
Is that normal ? (just wondering)