Files
clide/qml/Components/ClideMenu.qml

15 lines
259 B
QML
Raw Normal View History

2026-02-07 12:59:44 -05:00
import QtQuick
import QtQuick.Controls.Basic
import clide.module 1.0
Menu {
background: Rectangle {
border.color: RustColors.hovered
border.width: 10
2026-02-07 12:59:44 -05:00
color: RustColors.menubar
implicitWidth: 100
radius: 5
2026-02-07 12:59:44 -05:00
}
}