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:
parent
f27592fdbf
commit
68b3101ae2
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user