last column is not right justified

This commit is contained in:
woodser 2025-05-15 06:43:50 -04:00
parent ffb9ad3a56
commit de4b4cc619
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1143,7 +1143,6 @@ textfield */
}
.table-view .table-cell.last-column {
-fx-alignment: center-right;
-fx-padding: 6 15 4 0;
}
@ -1157,7 +1156,6 @@ textfield */
}
.table-view .column-header.last-column .label {
-fx-alignment: center-right;
}
.table-view .column-header.avatar-column {