mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-13 16:08:57 +01:00
7 lines
64 B
QML
7 lines
64 B
QML
import QtQuick 2.0
|
|
|
|
Rectangle {
|
|
width: 100
|
|
height: 62
|
|
}
|