ui: qr code text size
This commit is contained in:
parent
09ee58ddf3
commit
e1bced0ab6
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ impl WalletTransport {
|
|||
ui.add_space(6.0);
|
||||
|
||||
// Show address.
|
||||
View::ellipsize_text(ui, text, 15.0, Colors::TEXT);
|
||||
View::ellipsize_text(ui, text, 16.0, Colors::GRAY);
|
||||
ui.add_space(6.0);
|
||||
|
||||
ui.vertical_centered_justified(|ui| {
|
||||
|
|
Loading…
Reference in a new issue