mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-11 09:18:54 +00:00
ui: qr code text size
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user