mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
nwidgets: dont force 'enabled' so propagation works naturally
This commit is contained in:
@@ -13,7 +13,6 @@ Rectangle {
|
||||
property string icon
|
||||
property string tooltipText
|
||||
property string tooltipDirection: "auto"
|
||||
property bool enabled: true
|
||||
property bool allowClickWhenDisabled: false
|
||||
property bool hovering: false
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ Rectangle {
|
||||
property string icon: ""
|
||||
property string tooltipText: ""
|
||||
property string tooltipDirection: "auto"
|
||||
property bool enabled: true
|
||||
property bool allowClickWhenDisabled: false
|
||||
property bool hot: false
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ RowLayout {
|
||||
property string prefix: ""
|
||||
property string label: ""
|
||||
property string description: ""
|
||||
property bool enabled: true
|
||||
property bool hovering: false
|
||||
property int baseSize: Style.baseWidgetSize
|
||||
property var defaultValue: undefined
|
||||
|
||||
@@ -11,7 +11,6 @@ ColumnLayout {
|
||||
property string description: ""
|
||||
property string inputIconName: ""
|
||||
property bool readOnly: false
|
||||
property bool enabled: true
|
||||
property color labelColor: Color.mOnSurface
|
||||
property color descriptionColor: Color.mOnSurfaceVariant
|
||||
property string fontFamily: Settings.data.ui.fontDefault
|
||||
|
||||
Reference in New Issue
Block a user