Skip to content

Commit

Permalink
Remove the static window gravity from the taskbar collapse button.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Feb 9, 2024
1 parent 7dddea2 commit bacbfe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wmtaskbar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ void TaskBar::initApplets() {
if (taskBarShowCollapseButton) {
fCollapseButton = new ObjectButton(this, actionCollapseTaskbar);
if (fCollapseButton) {
fCollapseButton->setWinGravity(StaticGravity);
ref<YImage> image = leftToRight
? taskbarCollapseImage : taskbarExpandImage;
if (image != null) {
Expand Down

0 comments on commit bacbfe8

Please sign in to comment.