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
Text in the main table is aligned to baseline-left, which results in vertically-centered text, but ratings are aligned to top-left. Scenic-view shows that ratings are in styleClass .container in .table-row-cell. However, changing -fx-alignment with selectors .rating or .rating > .container did not work, so more investigation is needed.
The text was updated successfully, but these errors were encountered:
Text in the main table is aligned to
baseline-left
, which results in vertically-centered text, but ratings are aligned totop-left
. Scenic-view shows that ratings are in styleClass.container
in.table-row-cell
. However, changing-fx-alignment
with selectors.rating
or.rating > .container
did not work, so more investigation is needed.The text was updated successfully, but these errors were encountered: