Skip to content

Commit 82afd37

Browse files
committed
Merge branch 'CustomizeExplorer' of github.com:taooceros/Flow.Launcher into CustomizeExplorer
2 parents 3d06ade + 39233cb commit 82afd37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
7373
<Button x:Name="btnProgramSourceStatus" Click="btnProgramSourceStatus_OnClick" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_program_disable}" />
7474
<Button x:Name="btnEditProgramSource" Click="btnEditProgramSource_OnClick" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_program_edit}"/>
75-
<Button x:Name="btnAddProgramSource" Click="btnAddProgramSource_OnClick" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_program_add}"/>
75+
<Button x:Name="btnAddProgramSource" Click="btnAddProgramSource_OnClick" Width="100" Margin="10 10 0 10" Content="{DynamicResource flowlauncher_plugin_program_add}"/>
7676
</StackPanel>
7777
</DockPanel>
7878
<StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Stretch">
79-
<TextBlock Text="{DynamicResource flowlauncher_plugin_program_customizedexplorer}" Margin="10,0,0,0" VerticalAlignment="Center" FontSize="15"
79+
<TextBlock Text="{DynamicResource flowlauncher_plugin_program_customizedexplorer}" VerticalAlignment="Center" FontSize="15"
8080
ToolTip= "{DynamicResource flowlauncher_plugin_program_tooltip_customizedexplorer}"/>
81-
<TextBox Margin="20,0,10,0" TextWrapping="NoWrap" VerticalAlignment="Center" Width="200" Height="30" FontSize="15"
81+
<TextBox Margin="10,0,10,0" TextWrapping="NoWrap" VerticalAlignment="Center" Width="205" 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="80" Height="30" FontSize="15" x:Name="CustomizeArgsBox" TextChanged="CustomizeExplorerArgs"></TextBox>
85+
<TextBox Margin="10,0,0,0" Width="150" Height="30" FontSize="15" x:Name="CustomizeArgsBox" TextChanged="CustomizeExplorerArgs"></TextBox>
8686
</StackPanel>
8787
</Grid>
8888
</UserControl>

0 commit comments

Comments
 (0)