nwidgets: dont force 'enabled' so propagation works naturally

This commit is contained in:
Lemmy
2026-01-22 23:44:01 -05:00
parent 2388b5264f
commit fc0f564c15
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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