mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
Qml-app update all available icons to SVG
This commit is contained in:
parent
8ebd0f770f
commit
163f6b14af
26 changed files with 202 additions and 26 deletions
|
@ -197,9 +197,11 @@ ApplicationWindow
|
|||
|
||||
Image
|
||||
{
|
||||
source: "qrc:/icons/application-menu.png"
|
||||
source: "qrc:/icons/application-menu.svg"
|
||||
height: parent.height - 10
|
||||
width: parent.height - 10
|
||||
width: height
|
||||
sourceSize.height: height
|
||||
sourceSize.width: height
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue