From 43296075668129f104b332d912e18eb83cb7bf42 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 16 Dec 2025 10:55:33 +0000 Subject: [PATCH] Refactor TextBox styles in DeviceView.axaml for improved UI consistency --- Aaru.Gui/Views/Windows/DeviceView.axaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Aaru.Gui/Views/Windows/DeviceView.axaml b/Aaru.Gui/Views/Windows/DeviceView.axaml index 339dfaea7..df6880df3 100644 --- a/Aaru.Gui/Views/Windows/DeviceView.axaml +++ b/Aaru.Gui/Views/Windows/DeviceView.axaml @@ -503,7 +503,11 @@ + IsReadOnly="True" + Background="Transparent" + BorderThickness="0" + Cursor="Arrow" + Padding="0" /> + IsReadOnly="True" + Background="Transparent" + BorderThickness="0" + Cursor="Arrow" + Padding="0" />