TaskbarSettings: fix duplicate id

This commit is contained in:
Lysec
2026-01-28 12:35:49 +01:00
parent 40078519c3
commit 53b2e9d37b
@@ -147,16 +147,6 @@ ColumnLayout {
enabled: !isVerticalBar
}
NTextInput {
id: titleWidthInput
visible: root.valueShowTitle && !isVerticalBar
Layout.fillWidth: true
label: I18n.tr("bar.taskbar.title-width-label")
description: I18n.tr("bar.taskbar.title-width-description")
text: widgetData.titleWidth || widgetMetadata.titleWidth
placeholderText: I18n.tr("placeholders.enter-width-pixels")
}
NToggle {
Layout.fillWidth: true
visible: !isVerticalBar && root.valueShowTitle