We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03fdaa commit 09947bdCopy full SHA for 09947bd
services/static-webserver/client/source/class/osparc/widget/Renamer.js
@@ -41,7 +41,7 @@ qx.Class.define("osparc.widget.Renamer", {
41
this.base(arguments, winTitle || this.tr("Rename"));
42
43
const maxWidth = 350;
44
- const minWidth = 150;
+ const minWidth = 200;
45
const labelWidth = oldLabel ? Math.min(Math.max(parseInt(oldLabel.length*4), minWidth), maxWidth) : minWidth;
46
this.set({
47
layout: new qx.ui.layout.VBox(5),
0 commit comments