Skip to content

Commit 9c0dbda

Browse files
committed
fix action keyword window textbox placement
1 parent 8f012f2 commit 9c0dbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ActionKeywords.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<TextBlock FontSize="14" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center"
2727
HorizontalAlignment="Left" Text="{DynamicResource newActionKeyword}" />
2828
<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" />
29+
<TextBox x:Name="tbAction" Margin="170 10 15 10" Width="105" VerticalAlignment="Center" HorizontalAlignment="Left" />
3030
</StackPanel>
3131

3232
<TextBlock Grid.Row="2" Grid.ColumnSpan="1" Grid.Column="1" Foreground="Gray"

0 commit comments

Comments
 (0)