Hi,
Background: I want to move this._icon and this._title to the center or any position in the windowContainer.
How to get the height of a window in the Overview
in Gnome 41?
(Note that I mean the small window with an app icon and a title on it in the Overview. I’m now sure what should I call it )
Can I get this value within windowPreview.WindowPreview instance? How?
I can get a height via const [width, height] = this.window_container.get_size()
but this height is not what I expect.
Any advice?
Thank you very much.