From 6f059e20e289fe9688701e780518cc093952e932 Mon Sep 17 00:00:00 2001 From: Katter Date: Wed, 25 Sep 2024 17:24:09 +0500 Subject: [PATCH] ScreenshottingSettings Resolution TextBoxes --- .../Annotation/ScreenshottingSettings.axaml | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/SightKeeper.Avalonia/Annotation/ScreenshottingSettings.axaml b/SightKeeper.Avalonia/Annotation/ScreenshottingSettings.axaml index 66ecb9c5..dd939528 100644 --- a/SightKeeper.Avalonia/Annotation/ScreenshottingSettings.axaml +++ b/SightKeeper.Avalonia/Annotation/ScreenshottingSettings.axaml @@ -11,15 +11,23 @@ IsChecked="{Binding IsEnabled}" Content="Make Screenshots" IsEnabled="{Binding Library, Converter={x:Static ObjectConverters.IsNotNull}}"/> - - + + + + + + + + \ No newline at end of file