From 0b121827ed970d358950e4fc41b2b788880e73b6 Mon Sep 17 00:00:00 2001 From: Aleksandr Neychev Date: Sun, 9 Aug 2026 01:37:52 +0500 Subject: [PATCH] fixed window resizing --- CursorLang/Views/MainWindow.xaml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/CursorLang/Views/MainWindow.xaml b/CursorLang/Views/MainWindow.xaml index 1b78156..3b41b14 100644 --- a/CursorLang/Views/MainWindow.xaml +++ b/CursorLang/Views/MainWindow.xaml @@ -16,7 +16,6 @@ - @@ -264,10 +263,11 @@ Text="{Binding Localization[PreviewLabel]}" /> @@ -315,18 +315,13 @@ + Text="{Binding Localization[CapsLockHoldLabel]}" /> + IsEnabled="{Binding Settings.UseCapsLockHotkey}" /> + Orientation="Horizontal" VerticalAlignment="Center"> + Text="{Binding Localization[CapsLockHoldHint]}" />