fix button size again, was lost in a merge

This commit is contained in:
Peter Hartmann 2022-06-15 11:37:02 +02:00
parent bac7a2024a
commit 56f25bd74c

View File

@ -435,6 +435,7 @@ void Editor::setupPushButton()
using Q = QskPushButton;
setFlagHint( Q::Panel | QskAspect::Direction, Qsk::LeftToRight );
setStrutSize( Q::Panel, -1, 31 );
setSpacing( Q::Panel, qskDpiScaled( 4 ) );
setPadding( Q::Panel, { 24, 0, 20, 0 } );