A Gnome Shell Extension for organizing your Gnome Shell top bar. https://extensions.gnome.org/extension/4356/top-bar-organizer/
Find a file
Julian Schacher d4514219ed
Fix: Use correct child count when ordering right box
Previously the `panelBoxChildCount` would just be the child count of the
right box before new items got added, which would result in incorrect
indices for new child insertions being used (in
`panel.insert_child_at_index`), since `panelBoxChildCount` would just
account for the current children, not for new ones.

This resulted in the following issue:
When you used the settings to move an item from e.g. the middle box to
the right box, the right box would get ordered incorrectly.

So fix this issue by getting the max of the right boxes current children
and the `validBoxOrder.length`.
2021-06-21 21:26:26 +02:00
.vscode Other: Specify a textwidth of 80 for JavaScript 2021-05-14 13:18:30 +02:00
docs Docs: Add documentation on how to create a new tag 2021-06-21 19:32:45 +02:00
src Fix: Use correct child count when ordering right box 2021-06-21 21:26:26 +02:00
.editorconfig Feature: Add initial preferences dialog 2021-05-25 00:24:44 +02:00
.eslintignore Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
.eslintrc.yml Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
.gitignore Build: Add script for packaging this extension 2021-06-19 22:26:23 +02:00
CONTRIBUTING.md Docs: Describe what "New" in old commit messages means 2021-06-19 21:53:56 +02:00
COPYING Other: License this project 2021-05-17 14:37:57 +02:00
git_annotated_tag_template Other: Add template for message of annotated git tags 2021-06-21 18:57:40 +02:00
package-lock.json Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
package.json Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
package.sh Build: Add script for packaging this extension 2021-06-19 22:26:23 +02:00