mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-15 11:18:55 +00:00
5d500540c8
- Import/Generate toggle: constrain each button to half the panel width, like the Cancel/Add row. big_action_on_card_ink sizes to ui.available_width(), so in the toggle's horizontal the first button ate the whole width and the Import button overflowed the card. Now two equal-width in-panel buttons that match the panel's other actions. - Password modal: open it at ModalPosition::CenterTop (the project convention for text-input modals, e.g. the send-note and wallet-settings modals) instead of the default vertical center, so on mobile it sits above the soft keyboard.