mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Eliminate hardcoded colors from qml to make theming more flexible
This commit is contained in:
@ -171,7 +171,7 @@ Rectangle {
|
||||
anchors.centerIn: coverElement
|
||||
color: "transparent"
|
||||
border {
|
||||
color: "#30FFFFFF"
|
||||
color: comicCoverBorderColor
|
||||
width: 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user