|
|
@ -376,7 +376,7 @@ Item{
|
|
|
|
|
|
|
|
|
|
|
|
Loader{
|
|
|
|
Loader{
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
active: appletItem.debug.graphicsEnabled
|
|
|
|
active: appletItem.debug.graphicsEnabled && !isInternalViewSplitter
|
|
|
|
sourceComponent: Rectangle{
|
|
|
|
sourceComponent: Rectangle{
|
|
|
|
width: 30
|
|
|
|
width: 30
|
|
|
|
height: 30
|
|
|
|
height: 30
|
|
|
@ -433,7 +433,7 @@ Item{
|
|
|
|
|
|
|
|
|
|
|
|
Loader{
|
|
|
|
Loader{
|
|
|
|
anchors.centerIn: parent
|
|
|
|
anchors.centerIn: parent
|
|
|
|
active: appletItem.debug.overloadedIconsEnabled
|
|
|
|
active: appletItem.debug.overloadedIconsEnabled && !isInternalViewSplitter
|
|
|
|
sourceComponent: Rectangle{
|
|
|
|
sourceComponent: Rectangle{
|
|
|
|
width: 30
|
|
|
|
width: 30
|
|
|
|
height: 30
|
|
|
|
height: 30
|
|
|
|