Skip to content

Commit c5720df

Browse files
committed
Adjust ui to not exceed boundary
1 parent 82afd37 commit c5720df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878
<StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Stretch">
7979
<TextBlock Text="{DynamicResource flowlauncher_plugin_program_customizedexplorer}" VerticalAlignment="Center" FontSize="15"
8080
ToolTip= "{DynamicResource flowlauncher_plugin_program_tooltip_customizedexplorer}"/>
81-
<TextBox Margin="10,0,10,0" TextWrapping="NoWrap" VerticalAlignment="Center" Width="205" Height="30" FontSize="15"
81+
<TextBox Margin="10,0,10,0" TextWrapping="NoWrap" VerticalAlignment="Center" Width="200" Height="30" FontSize="15"
8282
TextChanged="CustomizeExplorer" x:Name="CustomizeExplorerBox"/>
8383
<TextBlock Text="{DynamicResource flowlauncher_plugin_program_args}" VerticalAlignment="Center" FontSize="15"
8484
ToolTip="{DynamicResource flowlauncher_plugin_program_tooltip_args}" />
85-
<TextBox Margin="10,0,0,0" Width="150" Height="30" FontSize="15" x:Name="CustomizeArgsBox" TextChanged="CustomizeExplorerArgs"></TextBox>
85+
<TextBox Margin="10,0,0,0" Width="135" Height="30" FontSize="15" x:Name="CustomizeArgsBox" TextChanged="CustomizeExplorerArgs"></TextBox>
8686
</StackPanel>
8787
</Grid>
8888
</UserControl>

0 commit comments

Comments
 (0)