Merge branch 'end-4:main' into parallax

This commit is contained in:
Ivan Rosinskii
2025-12-05 16:44:05 +01:00
committed by GitHub
67 changed files with 839 additions and 125 deletions
@@ -19,11 +19,14 @@ QtObject {
}
property var actions: []
// Stuff needed for DesktopEntry objects
// Stuff needed for DesktopEntry
property string id: ""
property bool shown: true
property string comment: ""
property bool runInTerminal: false
property string genericName: ""
property list<string> keywords: []
// Extra stuff to allow for more flexibility
property string category: type
}
@@ -9,6 +9,7 @@ ScrollBar {
policy: ScrollBar.AsNeeded
topPadding: Appearance.rounding.normal
bottomPadding: Appearance.rounding.normal
active: hovered || pressed
contentItem: Rectangle {
implicitWidth: 4