mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 18:28:52 -04:00
fix labels of network info
This commit is contained in:
parent
9ab40cc998
commit
b89c3dab16
1 changed files with 6 additions and 0 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue