mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +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);
|
||||
var markdown = new MarkdownComp(activated, s -> s)
|
||||
.prefWidth(450)
|
||||
.prefHeight(400)
|
||||
.prefHeight(450)
|
||||
.createRegion();
|
||||
alert.getDialogPane().setContent(markdown);
|
||||
|
||||
|
|
Loading…
Reference in a new issue