Skip to content

Commit 09947bd

Browse files
committed
minor
1 parent c03fdaa commit 09947bd

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/widget

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/widget/Renamer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ qx.Class.define("osparc.widget.Renamer", {
4141
this.base(arguments, winTitle || this.tr("Rename"));
4242

4343
const maxWidth = 350;
44-
const minWidth = 150;
44+
const minWidth = 200;
4545
const labelWidth = oldLabel ? Math.min(Math.max(parseInt(oldLabel.length*4), minWidth), maxWidth) : minWidth;
4646
this.set({
4747
layout: new qx.ui.layout.VBox(5),

0 commit comments

Comments
 (0)