From 6e6d99b78736ba710f16f5900b74f4edb46e4d77 Mon Sep 17 00:00:00 2001 From: Tim Sinaeve Date: Sat, 4 Oct 2025 18:16:14 +0200 Subject: [PATCH] Align tab headers with document styling --- components/InfoView.tsx | 2 +- components/LoggerPanel.tsx | 6 +++--- components/SettingsView.tsx | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/components/InfoView.tsx b/components/InfoView.tsx index e5e33b5..722296c 100644 --- a/components/InfoView.tsx +++ b/components/InfoView.tsx @@ -81,7 +81,7 @@ const InfoView: React.FC = ({ settings }) => { return (
-

Application Information

+

Application Information

diff --git a/components/SettingsView.tsx b/components/SettingsView.tsx index e491e10..698e319 100644 --- a/components/SettingsView.tsx +++ b/components/SettingsView.tsx @@ -341,17 +341,17 @@ const SettingsView: React.FC = ({ return (
-
-

Settings

-
- +
+

Settings

+
{pythonValidationError && ( -

+

Python settings error: {pythonValidationError}

)} +