Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/panel/widgets/window-list/toplevel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class WayfireToplevel::impl
button_contents.set_spacing(5);
button.set_child(button_contents);
button.set_tooltip_text("none");
set_state(0); // will set the appropriate button style

label.set_ellipsize(Pango::EllipsizeMode::END);
label.set_hexpand(true);
Expand Down Expand Up @@ -155,6 +154,7 @@ class WayfireToplevel::impl
this->window_list = window_list;

send_rectangle_hints();
set_state(0); // will set the appropriate button style
}

int grab_off_x;
Expand Down