mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-24 06:26:01 +00:00
do not use transparent color to avoid z-order issue in Ubuntu 14.04
This commit is contained in:
parent
69d35a749f
commit
ed022a43c9
@ -43,7 +43,7 @@ ApplicationWindow{
|
||||
__contentItem.visible: mainMenu.visible
|
||||
}
|
||||
|
||||
color: "#00000000"
|
||||
color: "#000000"
|
||||
title: terminalContainer.title || qsTr("cool-retro-term")
|
||||
|
||||
Action {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user