mirror of
https://github.com/sojamo/controlp5
synced 2024-11-16 03:07:56 +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 ) {
|
||||
getCaptionLabel( ).align( theCaptionX , theCaptionY );
|
||||
getCaptionLabel( ).align( theValueX , theValueY );
|
||||
getValueLabel( ).align( theValueX , theValueY );
|
||||
return me;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user