mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix background color of the current comic list in macosx
This commit is contained in:
parent
505d54d8b4
commit
4deec13cff
@ -473,7 +473,7 @@ Rectangle {
|
|||||||
height: showCurrentComic ? 270 : 20
|
height: showCurrentComic ? 270 : 20
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
color: "#88000000"
|
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
|
||||||
|
|
||||||
id: currentComicVisualView
|
id: currentComicVisualView
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user