Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 119
    • Merge requests 119
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma Workspace
  • Merge requests
  • !5

[Notifications] Position popups more relative to notification icon

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kai Uwe Broulik requested to merge work/notipopupplacement into master May 20, 2020
  • Overview 16
  • Commits 1
  • Pipelines 0
  • Changes 3

The available screen rect for notification popups is horizontally restricted by the panel they're in. This way when you have a centered panel, the notification popup are "emitted from the panel" rather than floating in mid air. The horizontal edge (left or right) is determined by which half of the panel the notification plasmoid is in. When in System Tray, the location of System Tray is relevant.

For a vertical panel, it changes the position from bottom to top based on which half of the screen the notification popup is on.

This affects only the default "near notification icon" placement setting. Manually setting a screen corner still moves the notification popup all the way to the screen corner.

Behavior in a horizontal panel: notihor

Behavior in a vertical panel: notiver

Edited May 26, 2020 by Kai Uwe Broulik
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/notipopupplacement