diff options
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index f28268e9b..c278d8dab 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -805,6 +805,8 @@ void GMainWindow::WebBrowserOpenWebPage(const std::string& main_url, | |||
| 805 | layout.screen.GetHeight() / scale_ratio); | 805 | layout.screen.GetHeight() / scale_ratio); |
| 806 | web_browser_view.move(layout.screen.left / scale_ratio, | 806 | web_browser_view.move(layout.screen.left / scale_ratio, |
| 807 | (layout.screen.top / scale_ratio) + menuBar()->height()); | 807 | (layout.screen.top / scale_ratio) + menuBar()->height()); |
| 808 | web_browser_view.setZoomFactor(static_cast<qreal>(layout.screen.GetWidth() / scale_ratio) / | ||
| 809 | static_cast<qreal>(Layout::ScreenUndocked::Width)); | ||
| 808 | 810 | ||
| 809 | web_browser_view.setFocus(); | 811 | web_browser_view.setFocus(); |
| 810 | web_browser_view.show(); | 812 | web_browser_view.show(); |