Skip to content

Commit 6e84326

Browse files
committed
Reassign margins
1 parent 9880c36 commit 6e84326

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Flow.Launcher/Resources/Controls/InstalledPluginDisplayKeyword.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
CornerRadius="0"
1919
Style="{DynamicResource SettingGroupBox}"
2020
Visibility="{Binding ActionKeywordsVisibility}">
21-
<DockPanel Margin="22 0 18 0" VerticalAlignment="Center">
21+
<DockPanel Margin="60 0 18 0" VerticalAlignment="Center">
2222
<TextBlock
23-
Margin="48 0 10 0"
23+
Margin="10 0 10 0"
2424
DockPanel.Dock="Left"
2525
Style="{StaticResource Glyph}">
2626
&#xe819;
@@ -34,7 +34,6 @@
3434
<Button
3535
Width="100"
3636
Height="34"
37-
Margin="5 0 0 0"
3837
HorizontalAlignment="Right"
3938
Command="{Binding SetActionKeywordsCommand}"
4039
Content="{Binding ActionKeywordsText}"

0 commit comments

Comments
 (0)