|
5 | 5 | Icon="Images\app.png"
|
6 | 6 | ResizeMode="NoResize"
|
7 | 7 | WindowStartupLocation="CenterScreen"
|
8 |
| - Title="Custom Plugin Hotkey" Height="200" Width="674.766"> |
| 8 | + Title="{DynamicResource customeQueryHotkeyTitle}" Height="200" Width="674.766"> |
9 | 9 | <Window.InputBindings>
|
10 | 10 | <KeyBinding Key="Escape" Command="Close"/>
|
11 | 11 | </Window.InputBindings>
|
|
19 | 19 | <RowDefinition />
|
20 | 20 | </Grid.RowDefinitions>
|
21 | 21 | <Grid.ColumnDefinitions>
|
22 |
| - <ColumnDefinition Width="150" /> |
| 22 | + <ColumnDefinition Width="102.124" /> |
| 23 | + <ColumnDefinition Width="47.876"/> |
23 | 24 | <ColumnDefinition />
|
24 | 25 | </Grid.ColumnDefinitions>
|
25 |
| - <TextBlock Margin="10" FontSize="14" Grid.Row="0" Grid.Column="0" VerticalAlignment="Center" |
26 |
| - HorizontalAlignment="Right" Text="{DynamicResource hotkey}" /> |
27 |
| - <flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10,0,10,0" Grid.Column="1" VerticalAlignment="Center" Height="32" /> |
| 26 | + <TextBlock Margin="92,0,0,0" FontSize="14" Grid.Column="0" VerticalAlignment="Center" |
| 27 | + HorizontalAlignment="Left" Text="{DynamicResource hotkey}" Grid.ColumnSpan="2" /> |
| 28 | + <flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10,0,10,0" Grid.Column="2" VerticalAlignment="Center" Height="32" /> |
28 | 29 |
|
29 |
| - <TextBlock Margin="10" FontSize="14" Grid.Row="1" Grid.Column="0" VerticalAlignment="Center" |
30 |
| - HorizontalAlignment="Right" Text="{DynamicResource actionKeyword}" /> |
31 |
| - <StackPanel Grid.Row="1" Orientation="Horizontal" Grid.Column="1"> |
| 30 | + <TextBlock Margin="38,0,0,0" FontSize="14" Grid.Row="1" Grid.Column="1" VerticalAlignment="Center" |
| 31 | + HorizontalAlignment="Left" Text="{DynamicResource actionKeyword}" /> |
| 32 | + <StackPanel Grid.Row="1" Orientation="Horizontal" Grid.Column="2"> |
32 | 33 | <TextBox x:Name="tbAction" Margin="10" Width="400" VerticalAlignment="Center" HorizontalAlignment="Left" />
|
33 | 34 | <Button x:Name="btnTestActionKeyword" Padding="10 5 10 5" Height="30" Click="BtnTestActionKeyword_OnClick"
|
34 | 35 | Content="{DynamicResource preview}" />
|
35 | 36 | </StackPanel>
|
36 | 37 |
|
37 |
| - <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="2" Grid.Column="1"> |
| 38 | + <StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Grid.Row="1" Grid.Column="2" Margin="325,61,0,0" Grid.RowSpan="2"> |
38 | 39 | <Button x:Name="btnCancel" Click="BtnCancel_OnClick" Margin="10 0 10 0" Width="80" Height="32"
|
39 | 40 | Content="{DynamicResource cancel}" />
|
40 | 41 | <Button x:Name="btnAdd" Margin="10 0 10 0" Width="80" Height="32" Click="btnAdd_OnClick">
|
|
0 commit comments