https://bugs.kde.org/show_bug.cgi?id=428109

            Bug ID: 428109
           Summary: Unwanted side margin on panel
           Product: plasmashell
           Version: master
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Panel
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: 1.0

With recent panel margin/padding changes, there's now padding on left and right
side of the panel which means the applets there don't touch the screen border
anymore.


STEPS TO REPRODUCE
1. Have a maximized horizontal panel with e.g. Kickoff in it as its leftmost
applet
2. Move mouse all the way to the left and try clicking Kickoff

OBSERVED RESULT
Doesn't open, I click the panel

EXPECTED RESULT
Opens Kickoff like before

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: plasma-desktop git msater from 2020-10-21

ADDITIONAL INFORMATION
The margins are applied in
plasma-desktop/containments/panel/contents/ui/main.qml

    anchors {
        leftMargin: currentLayout.isLayoutHorizontal ?
panelSvg.fixedMargins.left : 0
        rightMargin: currentLayout.isLayoutHorizontal ?
panelSvg.fixedMargins.right : 0
        topMargin: currentLayout.isLayoutHorizontal ? 0 :
panelSvg.fixedMargins.top
        bottomMargin: currentLayout.isLayoutHorizontal ? 0 :
panelSvg.fixedMargins.bottom
    }

I think using fixedMargins is incorrect here as the panel is not supposed to
have margins when touching a screen edge.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to