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

View File

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