mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Fix background color of the current comic list in macosx
This commit is contained in:
@ -473,7 +473,7 @@ Rectangle {
|
||||
height: showCurrentComic ? 270 : 20
|
||||
|
||||
Rectangle {
|
||||
color: "#88000000"
|
||||
color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000"
|
||||
|
||||
id: currentComicVisualView
|
||||
|
||||
|
Reference in New Issue
Block a user