-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
[Feature Request]: Minor interface improvements for Steam Deck users. #2086
Comments
I use Bazzite on my main computer, which includes Steam Deck Gaming Mode, so I could test these issues for myself and fix them. That, and the Settings window needs some reorganizing. |
I also noticed that the AutoUpdater window also has a slight size change. It seems to happen after clicking the "Update" button. |
Can you send a screenshot for comparison? |
@tomboylover93 I'm apologize. |
But thanks to this, I have a questions. |
I could not figure out how to add more lines to the Settings window's text box and stop it from resizing the whole window, but I do have this working: Screencast_20250108_185748.mp4I'll make a PR for it shortly. It'll be a draft while I figure out which option in Qt Creator is responsible for setting a fixed height for QTextEdit widgets, as merely setting the "Vertical Policy" to "Fixed" doesn't seem to do anything. |
I figured out what causes the window to change its size, and it was this section in settings_dialog.cpp: I removed it entirely, changed the Vertical Policy to Fixed, extended the text box's height to 110px and the whole window's height to 800px to accommodate for that, and now it looks like this: Screencast_20250108_200319.mp4You can see from the bottom that the text box no longer resizes back to the default of 70px when I hover over something with a smaller description text. |
Checklist
Description
Resizing the window and improving the functions of the "Save" button in the "Patches" window for ease of use by Steam Deck users.
Reason
For more convenient use of the emulator in game mode on Steam Deck.
Examples
At the moment, hovering over different interface elements causes the window to change its size depending on the description. It might be worth adding 5 lines to the default description (I don't think I've seen more). In game mode, the windows look like this.
As for the "Patches" window, it looks like this.
As you may have noticed, the window frame is cut off in game mode. I can close this window through the Steam menu, but it would be more convenient if the "Close" button was added or the "Save" button was changed to "Save & Exit" (that is, the window was closed after saving).
P.S. If anyone else wants to comment on improving the emulator interface in Steam Deck game mode, then please add this information, perhaps I don't know something or haven't come across it.
The text was updated successfully, but these errors were encountered: