Files
clide/qml/Components/ClideMenu.qml

15 lines
259 B
QML
Raw Permalink Normal View History

2026-02-08 21:25:03 +00:00
import QtQuick
import QtQuick.Controls.Basic
import clide.module 1.0
Menu {
background: Rectangle {
border.color: RustColors.hovered
border.width: 10
color: RustColors.menubar
implicitWidth: 100
radius: 5
}
}