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
Fix vertical progress bar sizing bug in Group widget
A translation is applied to JFX progress bar to get a vertical bar
but the width property of the bar remains unchanged and so the group
pane think this child is wider than it should be and paints the group
out to this width causing screen sizing problems.
Copy file name to clipboardExpand all lines: app/display/representation-javafx/src/main/java/org/csstudio/display/builder/representation/javafx/widgets/ProgressBarRepresentation.java
0 commit comments