forked from pekwm/pekwm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix harbour placement on the right edge
Commit b780659 (Fix max line-length and too many space indents, 2022-07-16) factors out the code inside Harbour::placeDockApp() into placeDockAppX and placeDockAppY but never calls the latter. Later on placeDockAppY() is deleted in another cleanup commit. I do not understand how I only noticed this now [1] but with default harbor setting (on the right edge), all the dock apps are now moved to the left edge. And this seems to fix this, but to be honest I don't really know what I'm doing. [1] well not now, a few months but I was too lazy to go check
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters