Background: Increase the cell size of the color control
... to 8.0 matching the value used in the Appearance preflet. This cell sizes makes the ramps fit nicely with the Red Green and Blue text boxes at the default 12pt font size.
This commit is contained in:
@@ -184,7 +184,7 @@ BackgroundsView::BackgroundsView()
|
||||
new BMessage(kMsgIconLabelOutline));
|
||||
fIconLabelOutline->SetValue(B_CONTROL_OFF);
|
||||
|
||||
fPicker = new BColorControl(BPoint(0, 0), B_CELLS_32x8, 7.0, "Picker",
|
||||
fPicker = new BColorControl(BPoint(0, 0), B_CELLS_32x8, 8.0, "Picker",
|
||||
new BMessage(kMsgUpdateColor));
|
||||
|
||||
rightbox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL, B_USE_DEFAULT_SPACING)
|
||||
|
||||
Reference in New Issue
Block a user