Make UpgradeNotificationDialog a DialogWindow
This commit is contained in:
parent
e3b7cbcc2a
commit
cab8555ab5
@ -6,7 +6,7 @@
|
|||||||
x:Class="LibationAvalonia.Dialogs.UpgradeNotificationDialog"
|
x:Class="LibationAvalonia.Dialogs.UpgradeNotificationDialog"
|
||||||
xmlns:controls="clr-namespace:LibationAvalonia.Controls"
|
xmlns:controls="clr-namespace:LibationAvalonia.Controls"
|
||||||
MinWidth="500" MinHeight="400"
|
MinWidth="500" MinHeight="400"
|
||||||
Height="550" Width="450"
|
Height="450" Width="550"
|
||||||
|
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner"
|
||||||
Title="Upgrade Available"
|
Title="Upgrade Available"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ using System;
|
|||||||
|
|
||||||
namespace LibationAvalonia.Dialogs
|
namespace LibationAvalonia.Dialogs
|
||||||
{
|
{
|
||||||
public partial class UpgradeNotificationDialog : Window
|
public partial class UpgradeNotificationDialog : DialogWindow
|
||||||
{
|
{
|
||||||
private const string UpdateMessage = "There is a new version available. Would you like to update?\r\n\r\nAfter you close Libation, the upgrade will start automatically.";
|
private const string UpdateMessage = "There is a new version available. Would you like to update?\r\n\r\nAfter you close Libation, the upgrade will start automatically.";
|
||||||
public string TopMessage { get; }
|
public string TopMessage { get; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user