do not use transparent color to avoid z-order issue in Ubuntu 14.04

This commit is contained in:
Ricardo Andrade 2016-05-29 23:52:06 -03:00
parent 69d35a749f
commit ed022a43c9

View File

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