|
72 | 72 | <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
|
73 | 73 | <Button x:Name="btnProgramSourceStatus" Click="btnProgramSourceStatus_OnClick" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_program_disable}" />
|
74 | 74 | <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}"/> |
76 | 76 | </StackPanel>
|
77 | 77 | </DockPanel>
|
78 | 78 | <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" |
80 | 80 | 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" |
82 | 82 | TextChanged="CustomizeExplorer" x:Name="CustomizeExplorerBox"/>
|
83 | 83 | <TextBlock Text="{DynamicResource flowlauncher_plugin_program_args}" VerticalAlignment="Center" FontSize="15"
|
84 | 84 | 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> |
86 | 86 | </StackPanel>
|
87 | 87 | </Grid>
|
88 | 88 | </UserControl>
|
|
0 commit comments