mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
Fix alert size
This commit is contained in:
parent
3dab6a3d18
commit
89eba44c9d
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
|
||||||
.formatted(b.getIdentityKey(), keyContent);
|
.formatted(b.getIdentityKey(), keyContent);
|
||||||
var markdown = new MarkdownComp(activated, s -> s)
|
var markdown = new MarkdownComp(activated, s -> s)
|
||||||
.prefWidth(450)
|
.prefWidth(450)
|
||||||
.prefHeight(400)
|
.prefHeight(450)
|
||||||
.createRegion();
|
.createRegion();
|
||||||
alert.getDialogPane().setContent(markdown);
|
alert.getDialogPane().setContent(markdown);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue