mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
added a drop shadow for grid elements in windows/linux
This commit is contained in:
parent
3aabe5ac4f
commit
e5a9fbbf3e
@ -51,6 +51,16 @@ Rectangle {
|
|||||||
height: grid.cellHeight
|
height: grid.cellHeight
|
||||||
color: "#00000000"
|
color: "#00000000"
|
||||||
|
|
||||||
|
DropShadow {
|
||||||
|
anchors.fill: realCell
|
||||||
|
horizontalOffset: 0
|
||||||
|
verticalOffset: 0
|
||||||
|
radius: 8.0
|
||||||
|
samples: 17
|
||||||
|
color: "#FF000000"
|
||||||
|
source: realCell
|
||||||
|
visible: (Qt.platform.os === "osx") ? false : true;
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: realCell
|
id: realCell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user