QskMenu paddings

This commit is contained in:
Uwe Rathmann 2023-07-18 14:01:45 +02:00
parent 2ec50ad238
commit 0c1bb72781
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ void Editor::setupMenuMetrics()
setBoxBorderMetrics( Q::Panel, 1 ); setBoxBorderMetrics( Q::Panel, 1 );
setBoxShape( Q::Panel, 7 ); setBoxShape( Q::Panel, 7 );
setPadding( Q::Segment, { 0, 10, 0, 10 } ); setPadding( Q::Segment, { 0, 10, 10, 10 } );
setSpacing( Q::Segment, 15 ); setSpacing( Q::Segment, 15 );
setBoxBorderMetrics( Q::Segment | Q::Selected, { 3, 0, 0, 0 } ); setBoxBorderMetrics( Q::Segment | Q::Selected, { 3, 0, 0, 0 } );