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