font list + search

This commit is contained in:
2026-04-23 01:00:57 +02:00
parent 4a18eda37c
commit 6b8ae3f291
4 changed files with 145 additions and 23 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ Item {
id: rect
Layout.preferredHeight: 33
Layout.preferredWidth: Math.max(Math.min(textField.contentWidth + Appearance.padding.normal * 2, 550), 50)
Layout.preferredWidth: Math.max(Math.min(textField.contentWidth + Appearance.padding.large * 2, 550), 50)
color: DynamicColors.tPalette.m3surfaceContainerHigh
radius: Appearance.rounding.full
@@ -68,7 +68,7 @@ Item {
anchors.centerIn: parent
horizontalAlignment: Text.AlignHCenter
implicitWidth: Math.min(contentWidth, 550)
implicitWidth: Math.min(contentWidth + Appearance.padding.normal * 2, 550)
text: root.formattedValue()
onEditingFinished: {