| Summary: | Global menu should not take up space when no menu are shown | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Federico <nierro92> |
| Component: | Global Menu widget | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | johnmaverick74, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.8.95 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/plasma-workspace/5937f917b29388e849341c8f1ef03f3bfeba4456 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 435928 | ||
| Attachments: | You can see that ugly wasted space on panel | ||
|
Description
Federico
2017-01-13 09:46:16 UTC
Git commit e7dc85aa0b5f7e96e50f073a7b3e2662436a8c0c by David Edmundson. Committed on 13/01/2017 at 12:05. Pushed by davidedmundson into branch 'master'. Keep AppletMenu as small as possible Summary: In retrospect there's no need to fill the width, if people want that effect they can add a spacer; whereas you can't do the opposite. Also set the size to 0 when it's empty. This mean using status as normally PanelContainment ensures plasmoid's are a minimum of a square. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D4115 M +4 -5 applets/appmenu/package/contents/ui/main.qml https://commits.kde.org/plasma-workspace/e7dc85aa0b5f7e96e50f073a7b3e2662436a8c0c Thanks! This was really fast! Git commit 5937f917b29388e849341c8f1ef03f3bfeba4456 by David Edmundson. Committed on 16/01/2017 at 13:29. Pushed by davidedmundson into branch 'Plasma/5.9'. Keep AppletMenu as small as possible Summary: In retrospect there's no need to fill the width, if people want that effect they can add a spacer; whereas you can't do the opposite. Also set the size to 0 when it's empty. This mean using status as normally PanelContainment ensures plasmoid's are a minimum of a square. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D4115 M +4 -5 applets/appmenu/package/contents/ui/main.qml https://commits.kde.org/plasma-workspace/5937f917b29388e849341c8f1ef03f3bfeba4456 I would pretty much like the opposite ( see https://bugs.kde.org/show_bug.cgi?id=435928 ). Because having it hiding and showing constantly has some awful side effects and a spacer does not fix it in any way! Can you make this optional? |