Skip to content

Commit c72a59c

Browse files
committed
faster tooltip
1 parent 9b2e0d5 commit c72a59c

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/theme

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/theme/Appearance.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,8 +1192,8 @@ qx.Theme.define("osparc.theme.Appearance", {
11921192
padding: [5, 10],
11931193
// showTimeout is themeable so it can be tuned
11941194
// it was defaulted to 700 which was too short
1195-
showTimeout: 2000,
1196-
hideTimeout: 6000,
1195+
showTimeout: 1400,
1196+
hideTimeout: 5000,
11971197
})
11981198
},
11991199

0 commit comments

Comments
 (0)