mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dateMenu: Relayout IndicatorPad when parent size changes
This happens often in resource-scaled world https://bugzilla.gnome.org/show_bug.cgi?id=765011
This commit is contained in:
parent
8f1fff1374
commit
4a4f752459
1 changed files with 1 additions and 0 deletions
|
|
@ -379,6 +379,7 @@ class IndicatorPad extends St.Widget {
|
|||
_init(actor) {
|
||||
this._source = actor;
|
||||
this._source.connect('notify::visible', () => { this.queue_relayout(); });
|
||||
this._source.connect('notify::size', () => { this.queue_relayout(); });
|
||||
super._init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue