mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-09 18:06:30 +03:00
increase EntryEditWindow width, closes #10
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
x:DataType="vm:EntryEditViewModel"
|
||||
Title="Add Entry"
|
||||
CanResize="True"
|
||||
MinWidth="560"
|
||||
MinWidth="540"
|
||||
MinHeight="400"
|
||||
Width="560"
|
||||
Width="540"
|
||||
Height="400"
|
||||
Background="White">
|
||||
|
||||
|
||||
@@ -20,9 +20,6 @@ public partial class EntryEditWindow : Window
|
||||
_viewModel = new EntryEditViewModel();
|
||||
DataContext = _viewModel;
|
||||
|
||||
MinWidth = 500;
|
||||
MinHeight = 400;
|
||||
|
||||
if (PasswordEdit != null)
|
||||
{
|
||||
PasswordEdit.TextChanged += PasswordTextChanged;
|
||||
|
||||
Reference in New Issue
Block a user