9 lines
148 B
QML
9 lines
148 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
|
|
Button {
|
|
icon.name: "archlinux-logo"
|
|
icon.height: 18
|
|
icon.width: 18
|
|
background: undefined
|
|
}
|