Change default alignment of number field to right align
(transplanted from 3bff538040f8ee26273031c69c9cc5c19373a4ac)
This commit is contained in:
parent
41457e65e8
commit
bededbe348
|
|
@ -92,7 +92,7 @@ public class NumberBox extends Div
|
||||||
decimalBox = new Decimalbox();
|
decimalBox = new Decimalbox();
|
||||||
if (integral)
|
if (integral)
|
||||||
decimalBox.setScale(0);
|
decimalBox.setScale(0);
|
||||||
decimalBox.setStyle("display: inline;");
|
decimalBox.setStyle("display: inline;text-align:right");
|
||||||
td.appendChild(decimalBox);
|
td.appendChild(decimalBox);
|
||||||
|
|
||||||
Td btnColumn = new Td();
|
Td btnColumn = new Td();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue