mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 00:15:18 -04:00
Use localized strings for create offer screen and validators
This commit is contained in:
parent
40107785ab
commit
d2e98ff93a
15 changed files with 279 additions and 149 deletions
|
@ -71,12 +71,12 @@ public class UITestRunner extends Application {
|
|||
getUrl("/io/bitsquare/gui/trade/createoffer/CreateOfferView.fxml"), false);
|
||||
try {
|
||||
view = loader.load();
|
||||
pane.getChildren().setAll(view);
|
||||
refreshStylesheets();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
log.error(e.getStackTrace().toString());
|
||||
}
|
||||
|
||||
pane.getChildren().setAll(view);
|
||||
refreshStylesheets();
|
||||
}
|
||||
|
||||
private void refreshStylesheets() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue