Skip to content

Commit 1dd6993

Browse files
committed
Adjust margin & Improve ui
1 parent 9b666d3 commit 1dd6993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
Orientation="Horizontal">
5959
<Button
6060
Height="34"
61-
Margin="0 5 8 5"
61+
Margin="0 5 10 5"
6262
Padding="12 4"
6363
HorizontalAlignment="Right"
6464
VerticalAlignment="Center"
6565
Command="{Binding RefreshExternalPluginsCommand}"
6666
Content="{DynamicResource refresh}"
6767
FontSize="13" />
68-
<Button Height="34" Margin="0 0 8 0">
68+
<Button Height="34" Margin="0 0 10 0">
6969
<ui:FontIcon FontSize="14" Glyph="&#xe71c;" />
7070
<ui:FlyoutService.Flyout>
7171
<ui:MenuFlyout x:Name="FilterFlyout">
@@ -80,7 +80,7 @@
8080
IsChecked="{Binding ShowPython, Mode=TwoWay}"
8181
StaysOpenOnClick="True" />
8282
<MenuItem
83-
Header="Node"
83+
Header="Node.js"
8484
IsCheckable="True"
8585
IsChecked="{Binding ShowNodeJs, Mode=TwoWay}"
8686
StaysOpenOnClick="True" />

0 commit comments

Comments
 (0)