fine tune
This commit is contained in:
parent
e87eb7ef08
commit
5e9cf09695
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue