Fix background color of the current comic list in macosx

This commit is contained in:
Luis Ángel San Martín 2018-04-26 22:17:11 +02:00
parent 505d54d8b4
commit 4deec13cff

View File

@ -473,7 +473,7 @@ Rectangle {
height: showCurrentComic ? 270 : 20
Rectangle {
color: "#88000000"
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
id: currentComicVisualView