Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinQt: fix input profile drop down not resizing #9677

Merged
merged 1 commit into from Apr 27, 2021

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Apr 27, 2021

This fixes the input profile drop down not resizing. This regression was due to #8867 where I made that change because I was trying to fix the device drop down from disappearing with a small window (in order to do that I changed the size policy from Ignored to Expanding). However, this made the device drop down take up all the space! So now I've tried changing the size policy from Expanding to Minimum.

Please test!

@Miksel12
Copy link
Contributor

Miksel12 commented Apr 27, 2021

Fixes the issue!

…ile resizes properly

This also keeps the device profile at a minimum so that it doesn't
completely disappear (which was originally why it was changed to expanding)
@leoetlino leoetlino merged commit 2030159 into dolphin-emu:master Apr 27, 2021
10 checks passed
@iwubcode iwubcode deleted the profile-drop-down branch April 27, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants