mirror of
https://github.com/sojamo/controlp5
synced 2025-01-03 16:53:48 +01:00
Now modifies the value label's alignment correctly.
This commit is contained in:
parent
d3dad67633
commit
45944d1215
@ -1982,7 +1982,7 @@ public abstract class Controller< T > implements ControllerInterface< T > , CDra
|
|||||||
|
|
||||||
public T align( int theCaptionX , int theCaptionY , int theValueX , int theValueY ) {
|
public T align( int theCaptionX , int theCaptionY , int theValueX , int theValueY ) {
|
||||||
getCaptionLabel( ).align( theCaptionX , theCaptionY );
|
getCaptionLabel( ).align( theCaptionX , theCaptionY );
|
||||||
getCaptionLabel( ).align( theValueX , theValueY );
|
getValueLabel( ).align( theValueX , theValueY );
|
||||||
return me;
|
return me;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user