BColorControl: right-align text box values
Change-Id: I2ead9d310d265c04b49ea3029694584e628d782f Reviewed-on: https://review.haiku-os.org/c/haiku/+/7160 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
53bc9ad035
commit
5a66a92969
@ -177,6 +177,11 @@ BColorControl::_InitData(color_control_layout layout, float size,
|
||||
AddChild(fBlueText);
|
||||
}
|
||||
|
||||
// right align rgb values so that they line up
|
||||
fRedText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
|
||||
fGreenText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
|
||||
fBlueText->SetAlignment(B_ALIGN_LEFT, B_ALIGN_RIGHT);
|
||||
|
||||
ResizeToPreferred();
|
||||
|
||||
if (useOffscreen) {
|
||||
|
Loading…
Reference in New Issue
Block a user