Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
takotori committed Jun 4, 2024
1 parent 68ed49c commit f601baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboard_plugin/src/frontend/add_layout_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ pub fn create_add_keyboard_page(nav_view: &NavigationView) {
let back_group = PreferencesGroup::builder()
.margin_bottom(10)
.build();

let back_button = ActionRow::builder()
.title("Back")
.activatable(true)
.action_name("navigation.pop")

.build();

back_button.add_suffix(&Image::from_icon_name("go-previous-symbolic"));
back_group.add(&back_button);
add_keyboard_page_box.append(&back_group);
Expand Down

0 comments on commit f601baf

Please sign in to comment.