1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

* fix layout issues

This commit is contained in:
Reinhard Pointner 2015-05-28 20:23:05 +00:00
parent f27592fdbf
commit 68b3101ae2

View File

@ -55,7 +55,7 @@ public class GettingStartedStage {
WebView webview = new WebView(); WebView webview = new WebView();
webview.getEngine().load(Settings.getEmbeddedHelpURI()); webview.getEngine().load(Settings.getEmbeddedHelpURI());
webview.setPrefSize(750, 480); webview.setPrefSize(750, 490);
// intercept target _blank click events and open links in a new browser window // intercept target _blank click events and open links in a new browser window
webview.getEngine().setCreatePopupHandler((config) -> onPopup(webview)); webview.getEngine().setCreatePopupHandler((config) -> onPopup(webview));