File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
services/static-webserver/client/source/class/osparc/desktop/account Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
109109 const hiddenIcon = "@FontAwesome5Solid/eye-slash/12" ;
110110 const createImage = source => {
111111 return new qx . ui . basic . Image ( source ) . set ( {
112+ alignX : "center" ,
112113 alignY : "middle" ,
113114 } ) ;
114115 }
@@ -121,7 +122,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
121122 } ;
122123 if ( osparc . store . StaticInfo . isUpdatePhoneNumberEnabled ( ) ) {
123124 const updatePhoneNumberButton = new qx . ui . form . Button ( null , "@FontAwesome5Solid/pencil-alt/12" ) . set ( {
124- padding : [ 2 , 6 ] ,
125+ padding : [ 1 , 5 ] ,
125126 } ) ;
126127 updatePhoneNumberButton . addListener ( "execute" , this . __openPhoneNumberUpdater ) ;
127128 widgets [ pos . PHONE ] = updatePhoneNumberButton ;
You can’t perform that action at this time.
0 commit comments