This commit is contained in:
Kentaro Fukuchi 2021-08-26 04:08:57 +09:00 committed by GitHub
commit c979f8dbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1982,7 +1982,7 @@ public abstract class Controller< T > implements ControllerInterface< T > , CDra
public T align( int theCaptionX , int theCaptionY , int theValueX , int theValueY ) {
getCaptionLabel( ).align( theCaptionX , theCaptionY );
getCaptionLabel( ).align( theValueX , theValueY );
getValueLabel( ).align( theValueX , theValueY );
return me;
}