Skip to content

Commit 3a98a7a

Browse files
committed
aesthetics
1 parent f40de97 commit 3a98a7a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,17 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
6666
});
6767
this.add(introLabel);
6868

69-
const toolbar = new qx.ui.container.Composite(new qx.ui.layout.HBox(5).set({
69+
const toolbar = new qx.ui.container.Composite(new qx.ui.layout.HBox(10).set({
7070
alignY: "middle",
7171
}));
7272
const filter = this.__textFilter = new osparc.filter.TextFilter("name", "collaboratorsManager").set({
7373
allowGrowX: true,
7474
margin: 0,
75+
allowStretchX: true,
76+
maxHeight: 30,
77+
});
78+
filter.getChildControl("clearbutton").setLayoutProperties({
79+
bottom: 4,
7580
});
7681
this.addListener("appear", () => filter.getChildControl("textfield").focus());
7782
toolbar.add(filter, {

0 commit comments

Comments
 (0)