fix tab buttons

This commit is contained in:
Peter Hartmann 2022-07-06 13:27:35 +02:00
parent 8ff290410e
commit 567753df84

View File

@ -640,7 +640,7 @@ void Editor::setupTabButton()
using A = QskAspect; using A = QskAspect;
using Q = QskTabButton; using Q = QskTabButton;
setStrutSize( Q::Panel, 64, 64 ); setStrutSize( Q::Panel, 48, 48 );
setGradient( Q::Panel, m_pal.surface ); setGradient( Q::Panel, m_pal.surface );
setColor( Q::Text, m_pal.onSurfaceVariant ); setColor( Q::Text, m_pal.onSurfaceVariant );