Could you please consider adding a setting that would align all input fields left/right/center? It's a little annoying having all fields aligned left and only floating-point values aligned right.
Could you please consider adding a setting that would align all input fields left/right/center? It's a little annoying having all fields aligned left and only floating-point values aligned right.
Hello, this can be done by setting the "text-align: left;" in "Control Style" in "Style and behavior" tab.
Hello, this can be done by setting the "text-align: left;" in "Control Style" in "Style and behavior" tab.
I'm aware of the setting. It's just annoying having to enter it for each integer & float field.
I'm aware of the setting. It's just annoying having to enter it for each integer & float field.
Hi Martin,
I personally prefer this layout as it is used in our culture in most cases.
If you want you could add a styling to the global css to overwrite the default allignment using the global css.
.floating-point {
text-align: left !important;
}
Best regards,
Daniel