Skip to content
Snippets Groups Projects
Commit 9b43e736 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix for icon size

parent 523854c3
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ ColumnLayout {
Image {
id: icon
source: ""
width: 32
height: width
Layout.implicitWidth: 32
Layout.implicitHeight: 32
visible: source.toString() ? true : false
}
ColumnLayout {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment