fine tune

This commit is contained in:
Peter Hartmann 2021-04-16 08:42:20 +02:00
parent e87eb7ef08
commit 5e9cf09695
1 changed files with 1 additions and 2 deletions

View File

@ -12,6 +12,7 @@ QSK_SUBCONTROL( MenuBarTopLabel, Graphic )
QSK_SUBCONTROL( MenuBarGraphicLabel, Graphic )
QSK_SUBCONTROL( MenuBarLabel, Text )
QSK_SUBCONTROL( MenuItem, Panel )
QSK_SUBCONTROL( MenuBar, Panel )
QSK_STATE( MenuItem, Active, ( QskAspect::FirstUserState << 1 ) )
@ -47,8 +48,6 @@ QskAspect::Subcontrol MenuItem::effectiveSubcontrol( QskAspect::Subcontrol subCo
}
QSK_SUBCONTROL( MenuBar, Panel )
MenuBar::MenuBar( QQuickItem* parent ) : QskLinearBox( Qt::Vertical, parent )
{
setPanel( true );