F2: Fix menu padding

This commit is contained in:
Peter Hartmann 2023-07-14 15:01:47 +02:00
parent 62c5bc5fdc
commit bcdc87b506
1 changed files with 1 additions and 1 deletions

View File

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