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 8f012f2 commit 9c0dbdaCopy full SHA for 9c0dbda
Flow.Launcher/ActionKeywords.xaml
@@ -26,7 +26,7 @@
26
<TextBlock FontSize="14" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center"
27
HorizontalAlignment="Left" Text="{DynamicResource newActionKeyword}" />
28
<StackPanel Grid.Row="1" Orientation="Horizontal" Grid.Column="1">
29
- <TextBox x:Name="tbAction" Margin="170 15 15 15" Width="105" VerticalAlignment="Center" HorizontalAlignment="Left" />
+ <TextBox x:Name="tbAction" Margin="170 10 15 10" Width="105" VerticalAlignment="Center" HorizontalAlignment="Left" />
30
</StackPanel>
31
32
<TextBlock Grid.Row="2" Grid.ColumnSpan="1" Grid.Column="1" Foreground="Gray"
0 commit comments