]> git.proxmox.com Git - pve-installer.git/commit
stop using Gtk3::HBox and Gtk3::VBox
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Thu, 15 Jun 2023 12:15:01 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 07:30:51 +0000 (09:30 +0200)
commitd6efed199c07b5e8d76adf3115641fb6ca48e35f
tree94c28ca1864ed50fece5e39efec33b32e13f10a1
parent9f91507baef95018f4a7fc333a55d2fbcb21bfbd
stop using Gtk3::HBox and Gtk3::VBox

These widgets were deprecated in GTK 3.2 and replaced by Gtk3::Box which
was introduced in 3.0.

The packing changes require to horizontally expand the WebKit2::WebView
widget.

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