From e85a99f8d641c79250ba8ec9f3ad24e67888f05b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 13 Oct 2021 08:22:12 +1100 Subject: [PATCH 1/4] fix custom browser setting window positioning of controls --- .../Views/CustomBrowserSetting.xaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml index e13663a8d94..8c77c5ec27b 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml @@ -5,7 +5,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Flow.Launcher.Plugin.BrowserBookmark.Models" mc:Ignorable="d" - Title="CustomBrowserSetting" Height="450" Width="600" + WindowStartupLocation="CenterScreen" + Title="CustomBrowserSetting" Height="350" Width="600" KeyDown="WindowKeyDown" > @@ -13,23 +14,23 @@ - - - + + + + HorizontalAlignment="Left" VerticalAlignment="Center" Margin="80 0 0 0"/> + HorizontalAlignment="Left" VerticalAlignment="Center" Margin="80 0 0 0"/> + HorizontalAlignment="Left" VerticalAlignment="Center" Width="100" Height="30" Margin="50 0 0 0"/> - + HorizontalAlignment="Left" VerticalAlignment="Center" Width="200" Height="30" Margin="50 0 0 0"/> +