Inbox: visually separate the mark as read button from others
This commit is contained in:
parent
a01f86e1a1
commit
6112f2a492
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue