fix tab buttons

This commit is contained in:
Peter Hartmann 2022-07-06 13:27:35 +02:00
parent e0e33d484e
commit ff1074c865
1 changed files with 1 additions and 1 deletions

View File

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