Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Windows
pEp for Outlook
Commits
1998eac4
Commit
1998eac4
authored
Jul 20, 2021
by
Thomas
Browse files
Fix missing UI improvement (got lost during merge)
parent
457ac069
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
UI/Views/DialogHostView.xaml
UI/Views/DialogHostView.xaml
+3
-1
UI/Views/WizardPageView.xaml
UI/Views/WizardPageView.xaml
+0
-1
No files found.
UI/Views/DialogHostView.xaml
View file @
1998eac4
...
...
@@ -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 />
...
...
UI/Views/WizardPageView.xaml
View file @
1998eac4
...
...
@@ -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}">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment