Reduced boxLabel::minWidth to be less than width of box with padding.
This commit is contained in:
parent
f5cdf4bdb8
commit
b75b69d59d
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ defaultBox: Box {
|
||||||
layerBox: Box(defaultBox) {
|
layerBox: Box(defaultBox) {
|
||||||
}
|
}
|
||||||
boxLabel: FlatLabel(defaultFlatLabel) {
|
boxLabel: FlatLabel(defaultFlatLabel) {
|
||||||
minWidth: 274px;
|
// Keep minWidth <= boxWidth - boxPadding.left - boxPadding.right.
|
||||||
|
minWidth: 256px;
|
||||||
align: align(topleft);
|
align: align(topleft);
|
||||||
style: boxLabelStyle;
|
style: boxLabelStyle;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue