dolphin/Source/Core/DolphinQt/TAS
Dentomologist df37617975 TASInput: Let StickWidget and IRWidget shrink
Use `sizeHint` instead of `setMinimumSize` to increase the default size
of `StickWidget` and `IRWidget`.

0531286906 doubled the initial sizes of
`StickWidget` and `IRWidget`, but using `setMinimumSize` to do so
prevented users from shrinking the widgets manually.

Resolves bugs.dolphin-emu.org/issues/14019.
2026-04-03 11:36:30 -07:00
..
GBATASInputWindow.cpp DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
GBATASInputWindow.h DolphinQt: Add GBA TAS input window 2022-11-21 19:16:30 +01:00
GCTASInputWindow.cpp DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
GCTASInputWindow.h DolphinQt: Remove unneeded out parameters in TASInputWindow 2023-03-08 17:49:03 +01:00
IRWidget.cpp TASInput: Let StickWidget and IRWidget shrink 2026-04-03 11:36:30 -07:00
IRWidget.h TASInput: Let StickWidget and IRWidget shrink 2026-04-03 11:36:30 -07:00
StickWidget.cpp TASInput: Let StickWidget and IRWidget shrink 2026-04-03 11:36:30 -07:00
StickWidget.h TASInput: Let StickWidget and IRWidget shrink 2026-04-03 11:36:30 -07:00
TASCheckBox.cpp fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
TASCheckBox.h fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
TASControlState.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TASControlState.h DolphinQt/TAS: Use non-default std::atomic struct constructor to fix build with libstdc++ 15. 2025-05-05 16:29:15 -05:00
TASInputWindow.cpp DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
TASInputWindow.h DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
TASSlider.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
TASSlider.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
TASSpinBox.cpp DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
TASSpinBox.h DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
WiiTASInputWindow.cpp DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
WiiTASInputWindow.h DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00