Skip to content

Rework size request and layouting - #706

Merged
danirabbit merged 1 commit into
mainfrom
lenemter/rework-layout
Aug 29, 2026
Merged

danirabbit merged 1 commit into
mainfrom
lenemter/rework-layout

Conversation

@lenemter

Copy link
Copy Markdown
Member

Fixes #702
Fixes #693 (?)

Follows the method of requesting size we use in Dock, which proved to be robust

@lenemter
lenemter requested a review from a team August 29, 2026 20:29
Comment thread src/PanelWindow.vala

public class Wingpanel.PanelWindow : Gtk.Window {
private class BottomMargin : Gtk.Widget {
public const int SIZE = 64;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reasoning behind this particular number?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just copied it from the Dock. It can be a lot lower (like 20), but it shouldn't affect anything

@danirabbit danirabbit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Works for me

@danirabbit
danirabbit merged commit 73a6414 into main Aug 29, 2026
4 of 6 checks passed
@danirabbit
danirabbit deleted the lenemter/rework-layout branch August 29, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blur region is incorrect Wingpanel width not updating upon display resolution change, elementary OS 9 Daily

2 participants