Enabled light theme for info views in osx.

This commit is contained in:
Luis Ángel San Martín
2017-04-24 21:53:55 +02:00
parent 22971c330c
commit 689a782d5a
9 changed files with 163 additions and 60 deletions

View File

@ -9,7 +9,7 @@ import com.yacreader.ComicModel 1.0
Rectangle {
id: main
color: "#2e2e2e"
color: infoBackgroundColor
width: parent.width
height: parent.height
@ -29,7 +29,7 @@ Rectangle {
Image {
id: top_shadow
source: "info-top-shadow.png"
source: topShadow
width: parent.width
fillMode: Image.TileHorizontally
}
@ -41,14 +41,14 @@ Rectangle {
Image {
id: indicator
source: "info-indicator.png"
source: infoIndicator
}
Image {
id: bottom_shadow
x: indicator.width
width: parent.width - indicator.width
source: "info-shadow.png"
source: infoShadow
fillMode: Image.TileHorizontally
}
}
@ -59,7 +59,7 @@ Rectangle {
y: flow.height + flow.additionalBottomSpace - 6
height: parent.height - y
color: "#2e2e2e"
color: infoBackgroundColor
ScrollView {
__wheelAreaScrollSpeed: 75