Skip to content

Commit af2d5a6

Browse files
committed
Clean settings ui
1 parent 9a10260 commit af2d5a6

File tree

4 files changed

+3
-239
lines changed

4 files changed

+3
-239
lines changed

Flow.Launcher.Plugin.OneNote/UI/Styles.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Setter Property="Width" Value="Auto" />
3535
<Setter Property="HorizontalAlignment" Value="Right" />
3636
<Setter Property="HorizontalContentAlignment" Value="Right" />
37-
<Setter Property="Margin" Value="0,4,22,4" />
37+
<Setter Property="Margin" Value="0,4,-55,4" />
3838
<Setter Property="OffContentTemplate">
3939
<Setter.Value>
4040
<DataTemplate>

Flow.Launcher.Plugin.OneNote/UI/Views/SettingsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ResourceDictionary>
1616
<ResourceDictionary.MergedDictionaries>
1717
<ui:ThemeResources />
18-
<ResourceDictionary Source="/Flow.Launcher.Plugin.OneNote;component/UI/Views/Styles.xaml" />
18+
<ResourceDictionary Source="/Flow.Launcher.Plugin.OneNote;component/UI/Styles.xaml" />
1919
</ResourceDictionary.MergedDictionaries>
2020
</ResourceDictionary>
2121
</UserControl.Resources>

Flow.Launcher.Plugin.OneNote/UI/Views/Styles.xaml

Lines changed: 0 additions & 236 deletions
This file was deleted.

release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!$Name) {
1212

1313
$Choices = @('&Yes', '&No')
1414

15-
$Choice1 = $Host.UI.PromptForChoice('Name Check', "Is the plugin name vaild: $($Name)?", $Choices, 0)
15+
$Choice1 = $Host.UI.PromptForChoice('Name Check', "Is the plugin name valid: $($Name)?", $Choices, 0)
1616
if ($Choice1 -eq 1) {
1717
Write-Host "Invalid Name Cancelling Release"
1818
Exit

0 commit comments

Comments
 (0)