From ed022a43c92f6a4022b00836e001c861ac7166d0 Mon Sep 17 00:00:00 2001 From: Ricardo Andrade Date: Sun, 29 May 2016 23:52:06 -0300 Subject: [PATCH] do not use transparent color to avoid z-order issue in Ubuntu 14.04 --- app/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/main.qml b/app/qml/main.qml index 7a201a1..ae9375b 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -43,7 +43,7 @@ ApplicationWindow{ __contentItem.visible: mainMenu.visible } - color: "#00000000" + color: "#000000" title: terminalContainer.title || qsTr("cool-retro-term") Action { -- 2.47.2