fix issue #267 - do not use transparent color to avoid z-order issue in Ubuntu 14.04 #293

Closed
papeldeorigami wants to merge 1 commits from issue-267 into master

View File

@ -43,7 +43,7 @@ ApplicationWindow{
__contentItem.visible: mainMenu.visible __contentItem.visible: mainMenu.visible
} }
color: "#00000000" color: "#000000"
title: terminalContainer.title || qsTr("cool-retro-term") title: terminalContainer.title || qsTr("cool-retro-term")
Action { Action {