remove hoverpanel title, move actions into applets, add qmllint baseline regen script
This commit is contained in:
parent
c24e18d5da
commit
adb6c21135
26 changed files with 192 additions and 202 deletions
|
|
@ -30,10 +30,8 @@ Row {
|
|||
|
||||
// Panel configuration - set by modules that have applets
|
||||
property Component panelComponent: null
|
||||
property string panelTitle: ""
|
||||
property string panelNamespace: "nova-panel"
|
||||
property real panelContentWidth: 220
|
||||
property Component titleActionsComponent: null
|
||||
|
||||
signal tapped
|
||||
|
||||
|
|
@ -108,9 +106,7 @@ Row {
|
|||
anchorItem: root
|
||||
accentColor: root.accentColor
|
||||
panelNamespace: root.panelNamespace
|
||||
panelTitle: root.panelTitle
|
||||
contentWidth: root.panelContentWidth
|
||||
titleActionsComponent: root.titleActionsComponent
|
||||
onDismissed: root.dismissPanel()
|
||||
|
||||
Loader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue