|
7 | 7 | Width="530"
|
8 | 8 | Background="{DynamicResource PopuBGColor}"
|
9 | 9 | DataContext="{Binding RelativeSource={RelativeSource Self}}"
|
| 10 | + FontFamily="{Binding Settings.SettingWindowFont, Mode=TwoWay}" |
10 | 11 | Foreground="{DynamicResource PopupTextColor}"
|
11 | 12 | Icon="Images\app.png"
|
12 | 13 | ResizeMode="NoResize"
|
|
56 | 57 | </Button>
|
57 | 58 | </Grid>
|
58 | 59 | </StackPanel>
|
59 |
| - <StackPanel Margin="26,0,26,0"> |
60 |
| - <StackPanel Grid.Row="0" Margin="0,0,0,12"> |
| 60 | + <StackPanel Margin="26 0 26 0"> |
| 61 | + <StackPanel Grid.Row="0" Margin="0 0 0 12"> |
61 | 62 | <TextBlock
|
62 | 63 | Grid.Column="0"
|
63 |
| - Margin="0,0,0,0" |
| 64 | + Margin="0 0 0 0" |
64 | 65 | FontSize="20"
|
65 | 66 | FontWeight="SemiBold"
|
66 | 67 | Text="{DynamicResource customQueryShortcut}"
|
|
73 | 74 | TextAlignment="Left"
|
74 | 75 | TextWrapping="WrapWithOverflow" />
|
75 | 76 | <TextBlock
|
76 |
| - Margin="0,20,0,0" |
| 77 | + Margin="0 20 0 0" |
77 | 78 | FontSize="14"
|
78 | 79 | Text="{DynamicResource customeQueryShortcutGuide}"
|
79 | 80 | TextAlignment="Left"
|
80 | 81 | TextWrapping="WrapWithOverflow" />
|
81 | 82 | <Image
|
82 | 83 | Width="478"
|
83 |
| - Margin="0,20,0,0" |
| 84 | + Margin="0 20 0 0" |
84 | 85 | Source="/Images/illustration_02.png" />
|
85 | 86 | </StackPanel>
|
86 | 87 |
|
87 |
| - <StackPanel Margin="0,10,0,10" Orientation="Horizontal"> |
| 88 | + <StackPanel Margin="0 10 0 10" Orientation="Horizontal"> |
88 | 89 | <Grid Width="478">
|
89 | 90 | <Grid.RowDefinitions>
|
90 | 91 | <RowDefinition />
|
|
124 | 125 | LastChildFill="True">
|
125 | 126 | <Button
|
126 | 127 | x:Name="btnTestShortcut"
|
127 |
| - Margin="0,0,10,0" |
128 |
| - Padding="10,5,10,5" |
| 128 | + Margin="0 0 10 0" |
| 129 | + Padding="10 5 10 5" |
129 | 130 | Click="BtnTestShortcut_OnClick"
|
130 | 131 | Content="{DynamicResource preview}"
|
131 | 132 | DockPanel.Dock="Right" />
|
132 | 133 | <TextBox
|
133 | 134 | x:Name="tbExpand"
|
134 |
| - Margin="10,0,10,0" |
| 135 | + Margin="10 0 10 0" |
135 | 136 | HorizontalAlignment="Stretch"
|
136 | 137 | VerticalAlignment="Center"
|
137 | 138 | Text="{Binding Value}" />
|
|
142 | 143 | </StackPanel>
|
143 | 144 | <Border
|
144 | 145 | Grid.Row="1"
|
145 |
| - Margin="0,10,0,0" |
| 146 | + Margin="0 10 0 0" |
146 | 147 | Background="{DynamicResource PopupButtonAreaBGColor}"
|
147 | 148 | BorderBrush="{DynamicResource PopupButtonAreaBorderColor}"
|
148 |
| - BorderThickness="0,1,0,0"> |
| 149 | + BorderThickness="0 1 0 0"> |
149 | 150 | <StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
|
150 | 151 | <Button
|
151 | 152 | x:Name="btnCancel"
|
152 | 153 | MinWidth="140"
|
153 |
| - Margin="10,0,5,0" |
| 154 | + Margin="10 0 5 0" |
154 | 155 | Click="BtnCancel_OnClick"
|
155 | 156 | Content="{DynamicResource cancel}" />
|
156 | 157 | <Button
|
157 | 158 | x:Name="btnAdd"
|
158 | 159 | MinWidth="140"
|
159 |
| - Margin="5,0,10,0" |
| 160 | + Margin="5 0 10 0" |
160 | 161 | Click="BtnAdd_OnClick"
|
161 | 162 | Style="{StaticResource AccentButtonStyle}">
|
162 | 163 | <TextBlock x:Name="lblAdd" Text="{DynamicResource done}" />
|
|
0 commit comments