mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Preparing for the PR #779
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Terminal.Gui {
|
||||
|
||||
private void Initialize ()
|
||||
{
|
||||
if (Bounds.Height < minimumHeight && Height is Dim.DimAbsolute) {
|
||||
if (Bounds.Height < minimumHeight && Height.GetType ().Name == "DimAbsolute") {
|
||||
Height = minimumHeight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user