Inbox: visually separate the mark as read button from others

This commit is contained in:
Bnyro 2023-06-28 09:18:45 +02:00
parent a01f86e1a1
commit 6112f2a492
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ impl SimpleComponent for InboxPage {
set_label: "Show unread only", set_label: "Show unread only",
connect_clicked => InboxInput::ToggleUnreadState, connect_clicked => InboxInput::ToggleUnreadState,
}, },
gtk::Box {
set_hexpand: true,
},
gtk::Button { gtk::Button {
set_label: "Mark all as read", set_label: "Mark all as read",
connect_clicked => InboxInput::MarkAllAsRead, connect_clicked => InboxInput::MarkAllAsRead,