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 9880c36 commit 6e84326Copy full SHA for 6e84326
Flow.Launcher/Resources/Controls/InstalledPluginDisplayKeyword.xaml
@@ -18,9 +18,9 @@
18
CornerRadius="0"
19
Style="{DynamicResource SettingGroupBox}"
20
Visibility="{Binding ActionKeywordsVisibility}">
21
- <DockPanel Margin="22 0 18 0" VerticalAlignment="Center">
+ <DockPanel Margin="60 0 18 0" VerticalAlignment="Center">
22
<TextBlock
23
- Margin="48 0 10 0"
+ Margin="10 0 10 0"
24
DockPanel.Dock="Left"
25
Style="{StaticResource Glyph}">
26

@@ -34,7 +34,6 @@
34
<Button
35
Width="100"
36
Height="34"
37
- Margin="5 0 0 0"
38
HorizontalAlignment="Right"
39
Command="{Binding SetActionKeywordsCommand}"
40
Content="{Binding ActionKeywordsText}"
0 commit comments