From 4deec13cff5fc13d277875a1ee9dec4200dc438c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 26 Apr 2018 22:17:11 +0200 Subject: [PATCH] Fix background color of the current comic list in macosx --- YACReaderLibrary/qml/GridComicsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index d8e15c9d..fd533fe0 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -473,7 +473,7 @@ Rectangle { height: showCurrentComic ? 270 : 20 Rectangle { - color: "#88000000" + color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000" id: currentComicVisualView