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