Browse Source
Builder::BuildWidget previously relied on Qt to handle layout stretching by implicitly setting each widget to have a stretch of 0. This is very bad behavior, so to fix this we must set a stretch of 1 on each widget that's added by the builder Signed-off-by: crueter <crueter@eden-emu.dev>pull/2786/head
2 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue