Adjust warning view max width
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
FontWeight="Bold"
|
||||
TextWrapping="Wrap"
|
||||
FontSize="14"
|
||||
MaxWidth="350"
|
||||
MaxWidth="400"
|
||||
Text="{Binding Error}"/>
|
||||
<Button Command="{Binding Close}"
|
||||
Classes="accent"
|
||||
|
||||
@@ -3,8 +3,8 @@ using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace MayShow.Views
|
||||
{
|
||||
namespace MayShow.Views;
|
||||
|
||||
public partial class WarningView : UserControl
|
||||
{
|
||||
public WarningView()
|
||||
@@ -12,4 +12,3 @@ namespace MayShow.Views
|
||||
this.InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user