forked from Shinonome/dots-hyprland
fix some "overrides a member of the base object" warnings
This commit is contained in:
@@ -185,7 +185,7 @@ LockScreen {
|
||||
id: iconIndicator
|
||||
required property string baseIcon
|
||||
required property string icon
|
||||
default property alias data: iconWidget.data
|
||||
default property alias indicatorData: iconWidget.data
|
||||
implicitWidth: 40
|
||||
implicitHeight: 40
|
||||
FluentIcon {
|
||||
|
||||
@@ -10,7 +10,7 @@ Item {
|
||||
property alias colBackground: background.color
|
||||
property alias spacing: toolbarLayout.spacing
|
||||
property alias radius: background.radius
|
||||
default property alias data: toolbarLayout.data
|
||||
default property alias toolbarData: toolbarLayout.data
|
||||
|
||||
implicitWidth: background.implicitWidth
|
||||
implicitHeight: background.implicitHeight
|
||||
|
||||
@@ -57,7 +57,7 @@ BodyRectangle {
|
||||
component PageSection: ColumnLayout {
|
||||
id: pageSection
|
||||
required property string title
|
||||
default property alias data: pageSectionContentArea.data
|
||||
default property alias pageData: pageSectionContentArea.data
|
||||
|
||||
spacing: 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user