diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-27 02:03:59 +0200 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | 3c2404473672991b51cbe6ec6d2d9326e9f85ca8 (patch) | |
| tree | c8c97c8835195bf77be93da24f84f5c3b3e7ce2d /components/DatePicker.qml | |
| parent | 3d4eb7a5f5f63e52592faeff77cb76838a5add5e (diff) | |
| download | monzero-gui-3c2404473672991b51cbe6ec6d2d9326e9f85ca8.tar.gz monzero-gui-3c2404473672991b51cbe6ec6d2d9326e9f85ca8.tar.xz monzero-gui-3c2404473672991b51cbe6ec6d2d9326e9f85ca8.zip | |
Cleanup after rebase
Diffstat (limited to 'components/DatePicker.qml')
| -rw-r--r-- | components/DatePicker.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/DatePicker.qml b/components/DatePicker.qml index 45d21406..5d3c44bd 100644 --- a/components/DatePicker.qml +++ b/components/DatePicker.qml @@ -288,7 +288,7 @@ Item { gridVisible: false background: Rectangle { color: "transparent" } dayDelegate: Item { - z: 8 + z: parent.z + 1 implicitHeight: implicitWidth implicitWidth: calendar.width / 7 |
