Merge #1419: gui(edit key modal): increase size of the closing icon
f4596ab4b0974d0b3986c0431337b8a304333278 gui(edit key modal): increase size of the closing icon (pythcoiner)
Pull request description:
Fixes #1409

ACKs for top commit:
jp1ac4:
Tested ACK f4596ab4b0.
Tree-SHA512: ac0ace1ca0c6463d05daf4fb9fb770e9a6be639633dbd3bfd019c9c2de193b4141d3fbb32d0c9f71b97694339aa6b5e4a06c2e538f8c0394e60ad71ff9edde8c
This commit is contained in:
commit
d87da1eeaf
@ -271,11 +271,13 @@ pub fn edit_key_modal<'a>(
|
||||
Column::new()
|
||||
.spacing(25)
|
||||
.push(Row::new()
|
||||
.push(h3(title))
|
||||
.push(Space::with_width(Length::Fill))
|
||||
.push(button::transparent(Some(icon::cross_icon()), "").on_press(Message::Close)))
|
||||
.push(button::transparent(Some(icon::cross_icon().size(40)), "").on_press(Message::Close))
|
||||
.align_items(Alignment::Center)
|
||||
)
|
||||
.push(
|
||||
Column::new()
|
||||
.push(h3(title))
|
||||
.push(p1_regular("Select the signing device for your key"))
|
||||
.spacing(10)
|
||||
.push(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user