File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 262
262
</ScrollViewer >
263
263
</Border >
264
264
<!-- Theme Preview -->
265
- <Border Grid.Column=" 0" Background =" {Binding PreviewBackground}" >
265
+ <Border
266
+ Grid.Column=" 0"
267
+ Background =" {Binding PreviewBackground}"
268
+ SnapsToDevicePixels =" True"
269
+ UseLayoutRounding =" True" >
266
270
<Border .Style>
267
271
<Style TargetType =" {x:Type Border}" >
268
272
<Setter Property =" CornerRadius" Value =" 6 0 0 6" />
300
304
Width =" 400"
301
305
Margin =" 40 30 0 30"
302
306
SnapsToDevicePixels =" True"
303
- Style =" {DynamicResource WindowBorderStyle}"
304
- UseLayoutRounding =" True" >
305
- <Border Style =" {DynamicResource WindowRadius}" >
306
- <Border .Clip>
307
- <MultiBinding Converter =" {StaticResource BorderClipConverter}" >
308
- <Binding Path =" ActualWidth" RelativeSource =" {RelativeSource Self}" />
309
- <Binding Path =" ActualHeight" RelativeSource =" {RelativeSource Self}" />
310
- <Binding Path =" CornerRadius" RelativeSource =" {RelativeSource Self}" />
311
- </MultiBinding >
312
- </Border .Clip>
307
+ Style =" {DynamicResource WindowBorderStyle}" >
308
+ <Border BorderThickness =" 0" Style =" {DynamicResource WindowRadius}" >
313
309
<Grid >
314
310
<Grid .RowDefinitions>
315
311
<RowDefinition Height =" Auto" />
You can’t perform that action at this time.
0 commit comments