aboutsummaryrefslogtreecommitdiff
path: root/gui/unknown-game-dialog.cpp
AgeCommit message (Collapse)Author
2018-10-11GUI: Fix Mouse Wheel Input for Unknown Game Dialog.D G Turner
This should also fix this for other instances of ScrollContainer, though the dialogs / widgets may require the same change. This fixes bug Trac #10741.
2018-05-28GUI: Improve layout update for UnknownGameDialogThierry Crozat
Previously the dialog was not resized and was just recentered on the screen when the overlay size changed. Now it is properly resized as well.
2018-05-28GUI: Use ScrollContainerWidget in unknown game dialogThierry Crozat
This should fix issues when the text to display in the dialog is too big to fit on the screen.
2018-05-28GUI: Move UnknownGameDialog to guiThierry Crozat