electron/shell
Samuel Attard 69f3e330e7
fix: ensure widget size is set correctly on linux on small screens (#28681)
When creating a widget on linux the bounds are restricted to the screen
size, when calling SetSize / SetBounds they are not.  This fixes this
initialization issue by calling SetBounds after widget creation.

Noticed this issue while running linux tests on xvfb with a screen size
smaller than the default electron window size (resulted in a failed
test).
2021-04-21 10:58:42 +02:00
..
app fix: call UnregisterIsolate consistently (#28486) 2021-04-06 16:10:34 -07:00
browser fix: ensure widget size is set correctly on linux on small screens (#28681) 2021-04-21 10:58:42 +02:00
common chore: bump chromium to 92.0.4475.0 (master) (#28462) 2021-04-15 10:44:35 -07:00
renderer chore: bump chromium to 92.0.4475.0 (master) (#28462) 2021-04-15 10:44:35 -07:00
utility refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00