fix labels of network info

This commit is contained in:
woodser 2025-05-07 21:31:46 -04:00
parent 9ab40cc998
commit b89c3dab16
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -152,6 +152,12 @@ public class NetworkSettingsView extends ActivatableView<GridPane, Void> {
GUIUtil.applyRoundedArc(p2pPeersTableView);
GUIUtil.applyRoundedArc(moneroConnectionsTableView);
onionAddress.getStyleClass().add("label-float");
sentDataTextField.getStyleClass().add("label-float");
receivedDataTextField.getStyleClass().add("label-float");
chainHeightTextField.getStyleClass().add("label-float");
minVersionForTrading.getStyleClass().add("label-float");
btcHeader.setText(Res.get("settings.net.xmrHeader"));
p2pHeader.setText(Res.get("settings.net.p2pHeader"));
onionAddress.setPromptText(Res.get("settings.net.onionAddressLabel"));