mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 14:29:18 -04:00
Fix cut off text in welcome page
This commit is contained in:
@@ -34,7 +34,7 @@ public class BrowserWelcomeComp extends SimpleComp {
|
||||
var welcome = new BrowserGreetingComp().createSimple();
|
||||
|
||||
var vbox = new VBox(welcome);
|
||||
vbox.setMaxWidth(600);
|
||||
vbox.setMaxWidth(700);
|
||||
vbox.setPadding(new Insets(40, 40, 40, 50));
|
||||
vbox.setSpacing(18);
|
||||
if (state == null) {
|
||||
|
||||
Reference in New Issue
Block a user