mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-01 06:39:29 +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)
|
||||
: this()
|
||||
{
|
||||
var offsetHeight = Height - picIcon.Height;
|
||||
|
||||
Text = title;
|
||||
_message = message;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user