mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
README: add Tempus Thales to supporter list <3
This commit is contained in:
@@ -174,6 +174,7 @@ NBox {
|
||||
id: playerContextMenu
|
||||
parent: root
|
||||
width: 200
|
||||
verticalPolicy: ScrollBar.AlwaysOff
|
||||
|
||||
onTriggered: function (action) {
|
||||
var index = parseInt(action)
|
||||
|
||||
@@ -100,6 +100,7 @@ While all donations are greatly appreciated, they are completely voluntary.
|
||||
* LionHeartP
|
||||
* Nyxion ツ
|
||||
* MrDowntempo
|
||||
* Tempus Thales
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ Popup {
|
||||
property alias model: listView.model
|
||||
property real itemHeight: 36
|
||||
property real itemPadding: Style.marginM
|
||||
property int verticalPolicy: ScrollBar.AsNeeded
|
||||
property int horizontalPolicy: ScrollBar.AsNeeded
|
||||
|
||||
signal triggered(string action)
|
||||
|
||||
@@ -31,6 +33,8 @@ Popup {
|
||||
implicitHeight: contentHeight
|
||||
spacing: Style.marginXXS
|
||||
interactive: contentHeight > root.height
|
||||
verticalPolicy: root.verticalPolicy
|
||||
horizontalPolicy: root.horizontalPolicy
|
||||
|
||||
delegate: ItemDelegate {
|
||||
id: menuItem
|
||||
|
||||
Reference in New Issue
Block a user