Set a maximum size for the left part of the build rail station window
This commit is contained in:
@@ -1340,6 +1340,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
size->width = std::max(size->width, d.width + padding.width);
|
size->width = std::max(size->width, d.width + padding.width);
|
||||||
|
size->width = std::min<uint>(size->width, ScaleGUITrad(400));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user