mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-22 03:15:52 +01:00
DatePicker: use one icon and add @2x version
This commit is contained in:
parent
97de72b27d
commit
10508839cb
@ -384,7 +384,9 @@ Item {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "../images/nextMonth.png"
|
source: "../images/prevMonth.png"
|
||||||
|
transformOrigin: Item.Center
|
||||||
|
rotation: 180
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 444 B |
Binary file not shown.
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 330 B |
BIN
images/prevMonth@2x.png
Normal file
BIN
images/prevMonth@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 578 B |
2
qml.qrc
2
qml.qrc
@ -65,8 +65,8 @@
|
|||||||
<file>images/uncheckedIcon.png</file>
|
<file>images/uncheckedIcon.png</file>
|
||||||
<file>components/DatePicker.qml</file>
|
<file>components/DatePicker.qml</file>
|
||||||
<file>images/datePicker.png</file>
|
<file>images/datePicker.png</file>
|
||||||
<file>images/nextMonth.png</file>
|
|
||||||
<file>images/prevMonth.png</file>
|
<file>images/prevMonth.png</file>
|
||||||
|
<file>images/prevMonth@2x.png</file>
|
||||||
<file>components/TickDelegate.qml</file>
|
<file>components/TickDelegate.qml</file>
|
||||||
<file>components/TitleBar.qml</file>
|
<file>components/TitleBar.qml</file>
|
||||||
<file>images/collapseRightPanel.png</file>
|
<file>images/collapseRightPanel.png</file>
|
||||||
|
Loading…
Reference in New Issue
Block a user