Skip to content

Commit 18674d3

Browse files
committed
wider options button
1 parent fe5904b commit 18674d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/navigation/StudyTitleWOptions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ qx.Class.define("osparc.navigation.StudyTitleWOptions", {
8484
appearance: "fab-button",
8585
menu: optionsMenu,
8686
icon: "@FontAwesome5Solid/ellipsis-v/14",
87-
allowGrowY: false
87+
allowGrowY: false,
88+
width: 24,
8889
});
8990
this._add(control);
9091
break;

0 commit comments

Comments
 (0)