From d739f53ce733326c4108b87ff0dfe9cb23891e26 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sat, 3 Jan 2026 21:06:42 +0100 Subject: [PATCH] Replace TextEdit with LineEdit --- gui/ui/app.slint | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gui/ui/app.slint b/gui/ui/app.slint index be021f3..9b089b2 100644 --- a/gui/ui/app.slint +++ b/gui/ui/app.slint @@ -2,10 +2,10 @@ import { TabWidget, AboutSlint, Button, + LineEdit, ListView, CheckBox, ScrollView, - TextEdit, GridBox, } from "std-widgets.slint"; import { SettingsView } from "settings.slint"; @@ -108,8 +108,10 @@ component AddView inherits VerticalLayout { } HorizontalLayout { - height: 50pt; - input := TextEdit { } + height: 42px; + input := LineEdit { + font-size: 20px; + } Rectangle { width: 4pt; // spacing