Skip to content

Commit

Permalink
Improve sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 29, 2024
1 parent fe7cdbe commit 60ff5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ namespace Fusebox {
};
search_box.add_controller (search_box_eventcontrollerkey);
search_box.add_css_class ("search");
search_box.add_css_class ("text-field");

var search_button = new Gtk.ToggleButton ();
search_button.icon_name = "system-search-symbolic";
Expand Down Expand Up @@ -163,7 +164,7 @@ namespace Fusebox {
headerbar = new He.AppBar () {
show_back = false,
show_right_title_buttons = false,
width_request = 230
width_request = 265
};

var title_label = new Gtk.Label (_("Settings"));
Expand Down

0 comments on commit 60ff5e1

Please sign in to comment.