From 6134d30c861c682f538073de7106d0417650e0c9 Mon Sep 17 00:00:00 2001 From: Tim Kennedy Date: Thu, 18 Jun 2026 12:46:29 -0500 Subject: [PATCH 1/2] Added styles to expanders. --- TimVer/App.xaml | 1 + TimVer/Styles/ExpanderStyles.xaml | 92 ++++++++++++ TimVer/Views/SettingsPage.xaml | 235 +++++++----------------------- 3 files changed, 149 insertions(+), 179 deletions(-) create mode 100644 TimVer/Styles/ExpanderStyles.xaml diff --git a/TimVer/App.xaml b/TimVer/App.xaml index 2dec65a..5d84abb 100644 --- a/TimVer/App.xaml +++ b/TimVer/App.xaml @@ -19,6 +19,7 @@ + diff --git a/TimVer/Styles/ExpanderStyles.xaml b/TimVer/Styles/ExpanderStyles.xaml new file mode 100644 index 0000000..005b6a1 --- /dev/null +++ b/TimVer/Styles/ExpanderStyles.xaml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TimVer/Views/SettingsPage.xaml b/TimVer/Views/SettingsPage.xaml index 7f45035..39e5cd1 100644 --- a/TimVer/Views/SettingsPage.xaml +++ b/TimVer/Views/SettingsPage.xaml @@ -46,34 +46,15 @@ IsExpanded="{Binding AppExpanderOpen, Source={x:Static config:TempSettings.Setting}}"> - - - - - - - - - - - - - - - - + + + + + + @@ -150,7 +131,6 @@ - - - - + - - - - - - - - - - - - - - + + + + @@ -272,7 +231,6 @@ - - - @@ -355,7 +310,6 @@ - - - - - - - - - - - - - - - - - - + + + + + + - @@ -505,7 +438,6 @@ - @@ -521,24 +453,22 @@ - - @@ -629,38 +555,16 @@ IsExpanded="{Binding LangExpanderOpen, Source={x:Static config:TempSettings.Setting}}"> - - - - - - - - - - - - - - - - - + + + + + + - @@ -677,7 +581,6 @@ - - @@ -757,8 +659,8 @@ + HorizontalAlignment="Left" + FontWeight="SemiBold"> @@ -789,13 +691,10 @@ ToolTipService.Placement="Top" /> - - From 00545f5eab25519090f59e953c944ac656703133 Mon Sep 17 00:00:00 2001 From: Tim Kennedy Date: Sat, 20 Jun 2026 15:09:36 -0500 Subject: [PATCH 2/2] Add Separator Updated the page to have a separator between the adapter selector and the datagrid to make the areas visually distinct. --- TimVer/Views/VideoPage.xaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/TimVer/Views/VideoPage.xaml b/TimVer/Views/VideoPage.xaml index 8e5e8f1..0dc9b19 100644 --- a/TimVer/Views/VideoPage.xaml +++ b/TimVer/Views/VideoPage.xaml @@ -23,6 +23,7 @@ + @@ -82,9 +83,25 @@ + + + + + + + +