File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
services/static-webserver/client/source/class/osparc/navigation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -157,22 +157,22 @@ qx.Class.define("osparc.navigation.NavigationBar", {
157157 switch ( id ) {
158158 case "left-items" :
159159 control = new qx . ui . container . Composite ( new qx . ui . layout . HBox ( 20 ) . set ( {
160- alignY : "middle" ,
161160 alignX : "left" ,
161+ alignY : "middle" ,
162162 } ) ) ;
163163 this . _addAt ( control , 0 , { flex : 1 } ) ;
164164 break ;
165165 case "center-items" :
166166 control = new qx . ui . container . Composite ( new qx . ui . layout . HBox ( 10 ) . set ( {
167- alignY : "middle" ,
168167 alignX : "center" ,
168+ alignY : "middle" ,
169169 } ) ) ;
170170 this . _addAt ( control , 1 ) ;
171171 break ;
172172 case "right-items" :
173173 control = new qx . ui . container . Composite ( new qx . ui . layout . HBox ( 6 ) . set ( {
174- alignY : "middle" ,
175174 alignX : "right" ,
175+ alignY : "middle" ,
176176 } ) ) ;
177177 this . _addAt ( control , 2 , { flex : 1 } ) ;
178178 break ;
@@ -255,6 +255,7 @@ qx.Class.define("osparc.navigation.NavigationBar", {
255255 const maxWidth = osparc . WindowSizeTracker . getInstance ( ) . isCompactVersion ( ) ? 80 : 150 ;
256256 control = new osparc . ui . basic . AvatarGroup ( 26 , "right" , maxWidth ) . set ( {
257257 alignY : "middle" ,
258+ visibility : "excluded" ,
258259 } ) ;
259260 this . getChildControl ( "right-items" ) . add ( control ) ;
260261 break ;
You can’t perform that action at this time.
0 commit comments