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) {
|
||||
}
|
||||
boxLabel: FlatLabel(defaultFlatLabel) {
|
||||
minWidth: 274px;
|
||||
// Keep minWidth <= boxWidth - boxPadding.left - boxPadding.right.
|
||||
minWidth: 256px;
|
||||
align: align(topleft);
|
||||
style: boxLabelStyle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue