Skip to content

Commit

Permalink
exit button on the right
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 7, 2024
1 parent feb27bd commit 25ee6a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bedsidemon/gui.cpp
Original file line number Diff line number Diff line change
@@ -96,6 +96,13 @@ std::vector<utki::shared_ref<ruis::widget>> make_buttons(utki::shared_ref<ruis::
return {
make_button("img_home"sv, "home_button"),
make_button("img_cog"sv, "settings_button"),
m::gap(c,
{
.layout_params = {
.weight = 1
}
}
),
make_button("img_exit"sv, "exit_button"),
};
// clang-format on

0 comments on commit 25ee6a2

Please sign in to comment.