]> git.proxmox.com Git - pve-installer.git/commit - proxinstall
stop using Gtk3::Window->set_has_resize_grip
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Thu, 15 Jun 2023 12:15:03 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 07:30:51 +0000 (09:30 +0200)
commitf9bc57c4c2d01fde679a6689e3467107b3e639aa
treea7927f68154fe79c2b1f03f30b30a0c9724509a5
parentbbf5122557c444e14f6c4c2c62240e8fc731cd7f
stop using Gtk3::Window->set_has_resize_grip

The property GtkWindow::has-resize-grip was deprecated in GTK 3.14,
instead we make the window unresizable.

Note that we set the value of resizable only after the window has been
mapped and knows how much space it needs, also note that this only works
correctly if the window is properly displayed via present.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
proxinstall