Skip to content

Commit 59c0ebf

Browse files
committed
(WinUI) Fixed broken assets
1 parent 791605e commit 59c0ebf

File tree

7 files changed

+250
-9
lines changed

7 files changed

+250
-9
lines changed

SecureFolderFS.AvaloniaUI/Dialogs/LicensesDialog.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
<ui:ContentDialog.Resources>
1616
<ResourceDictionary>
17-
<x:Double x:Key="ContentDialogMinWidth">900</x:Double>
17+
<x:Double x:Key="ContentDialogMinWidth">800</x:Double>
18+
<x:Double x:Key="ContentDialogMaxWidth">800</x:Double>
1819
<vc:NullToBooleanConverter x:Key="NullToBooleanConverter" />
1920
<vc:OnlyFirstElementOrNullConverter x:Key="OnlyFirstElementOrNullConverter" />
2021
</ResourceDictionary>
Lines changed: 74 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)