Console fix transparent dialog window
This commit is contained in:
@@ -5,6 +5,7 @@ using FileTime.ConsoleUI.App.Styling;
|
|||||||
using FileTime.Core.Interactions;
|
using FileTime.Core.Interactions;
|
||||||
using FileTime.Core.Models;
|
using FileTime.Core.Models;
|
||||||
using GeneralInputKey;
|
using GeneralInputKey;
|
||||||
|
using TerminalUI.Color;
|
||||||
using TerminalUI.Controls;
|
using TerminalUI.Controls;
|
||||||
using TerminalUI.Extensions;
|
using TerminalUI.Extensions;
|
||||||
using TerminalUI.Models;
|
using TerminalUI.Models;
|
||||||
@@ -84,6 +85,7 @@ public class Dialogs
|
|||||||
{
|
{
|
||||||
Margin = 5,
|
Margin = 5,
|
||||||
BorderThickness = 1,
|
BorderThickness = 1,
|
||||||
|
Background = SpecialColor.None,
|
||||||
Content = new Grid<IRootViewModel>
|
Content = new Grid<IRootViewModel>
|
||||||
{
|
{
|
||||||
ChildInitializer =
|
ChildInitializer =
|
||||||
|
|||||||
Reference in New Issue
Block a user