Commit 1998eac4 authored by Thomas's avatar Thomas
Browse files

Fix missing UI improvement (got lost during merge)

parent 457ac069
......@@ -8,7 +8,9 @@
x:ClassModifier="internal"
mc:Ignorable="d"
Height="Auto"
Width="Auto">
Width="Auto"
FontFamily="Segoe UI"
FontSize="12">
<UserControl.Resources>
<DataTemplate DataType="{x:Type vm:HandshakeDialogViewModel}">
<v:HandshakeDialogView />
......
......@@ -5,7 +5,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:vm="clr-namespace:pEp.UI.ViewModels"
xmlns:v="clr-namespace:pEp.UI.Views"
MinHeight="200"
mc:Ignorable="d">
<UserControl.Resources>
<DataTemplate DataType="{x:Type vm:WizardGenericPageViewModel}">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment