We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b666d3 commit 1dd6993Copy full SHA for 1dd6993
1 file changed
Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml
@@ -58,14 +58,14 @@
58
Orientation="Horizontal">
59
<Button
60
Height="34"
61
- Margin="0 5 8 5"
+ Margin="0 5 10 5"
62
Padding="12 4"
63
HorizontalAlignment="Right"
64
VerticalAlignment="Center"
65
Command="{Binding RefreshExternalPluginsCommand}"
66
Content="{DynamicResource refresh}"
67
FontSize="13" />
68
- <Button Height="34" Margin="0 0 8 0">
+ <Button Height="34" Margin="0 0 10 0">
69
<ui:FontIcon FontSize="14" Glyph="" />
70
<ui:FlyoutService.Flyout>
71
<ui:MenuFlyout x:Name="FilterFlyout">
@@ -80,7 +80,7 @@
80
IsChecked="{Binding ShowPython, Mode=TwoWay}"
81
StaysOpenOnClick="True" />
82
<MenuItem
83
- Header="Node"
+ Header="Node.js"
84
IsCheckable="True"
85
IsChecked="{Binding ShowNodeJs, Mode=TwoWay}"
86
0 commit comments