mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +03:00
Removed unneeded line from DarkMessageBox
This commit is contained in:
parent
b6ddbf3f19
commit
9227a0a367
@ -40,8 +40,6 @@ namespace DarkUI
|
|||||||
public DarkMessageBox(string message, string title, DarkMessageBoxIcon icon, DarkDialogButton buttons)
|
public DarkMessageBox(string message, string title, DarkMessageBoxIcon icon, DarkDialogButton buttons)
|
||||||
: this()
|
: this()
|
||||||
{
|
{
|
||||||
var offsetHeight = Height - picIcon.Height;
|
|
||||||
|
|
||||||
Text = title;
|
Text = title;
|
||||||
_message = message;
|
_message = message;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user