pop-os / cosmic-panel

WIP
GNU General Public License v3.0
105 stars 19 forks source link

Having an applet in the start/end segment makes empty end/start segment take up space #181

Closed git-f0x closed 1 month ago

git-f0x commented 2 months ago

When all applets are in the Center Segment (or all 3 segments have applets), the padding at the ends is equal. When the button is moved to the Start Segment, and the End Segment is empty, there is additional padding where the End Segment would be. When it's moved to the End Segment, and the Start Segment is empty, there is additional padding where the Start Segment would be. The first image is when all 3 are in the Center. In the second image, the Launcher button was moved to the Start Segment. screenshot-2024-05-15-18-59-43 screenshot-2024-05-15-18-58-00 (using a custom padding of 4)

git-f0x commented 1 month ago

Fixed by #204! :)