mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-05 18:16:04 +00:00
start installer in full screen mode
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
aa0fe276f1
commit
d6b47e68bd
@ -1991,6 +1991,7 @@ sub create_main_window {
|
||||
$window = Gtk3::Window->new();
|
||||
$window->set_default_size(1024, 768);
|
||||
$window->set_has_resize_grip(0);
|
||||
$window->fullscreen() if !$opt_testmode;
|
||||
$window->set_decorated(0) if !$opt_testmode;
|
||||
|
||||
my $vbox = Gtk3::VBox->new(0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user