mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-13 18:28:55 +00:00
accounts: max list height
This commit is contained in:
@@ -294,7 +294,7 @@ impl WalletContent {
|
||||
// Show list of accounts.
|
||||
let size = self.accounts.len();
|
||||
ScrollArea::vertical()
|
||||
.max_height(285.0)
|
||||
.max_height(266.0)
|
||||
.id_source("account_list_modal_scroll")
|
||||
.auto_shrink([true; 2])
|
||||
.show_rows(ui, ACCOUNT_ITEM_HEIGHT, size, |ui, row_range| {
|
||||
|
||||
Reference in New Issue
Block a user