You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem with the size of the value text (both Amp and PlainAmp).
Without custom CSS root style:
With custom CSS root style:
CSS
.root {
-fx-font-size: 1em;
}
The Font size 1em is same as default, but setting it in my CSS root style makes the value font very small.
When setting the custom CSS root style the Font is no longer LCD, but STANDARD.
Tried setting custom font, but it does not use it.
This is because the LCD in the AmpSkin and PlainAmpSkin are simple Labels which have the default style. As soon as you change that it will override the values I set in the skin. You can see that the text will set back to the selected LCDFont when you resize the window with the control.
I will see what I can do here, would like to avoid using CSS at all for Medusa.
Problem with the size of the value text (both Amp and PlainAmp).
Without custom CSS root style:
With custom CSS root style:
CSS
The Font size 1em is same as default, but setting it in my CSS root style makes the value font very small.
When setting the custom CSS root style the Font is no longer LCD, but STANDARD.
Tried setting custom font, but it does not use it.
When resizing using the custom CSS the value flickers with the same size as without the custom CSS.
The text was updated successfully, but these errors were encountered: