]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/commit - lib/widgets/pve_qemu_overview.dart
avoid elements hiding behind Android softnav buttons
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 8 Sep 2022 09:55:41 +0000 (11:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Sep 2022 14:06:25 +0000 (16:06 +0200)
commite693e20c6920c711bd163cceec185d6cee32c731
tree5b6b0679160c829d6084e590eaa5f178c3fad17e
parent66ed7a4ef8a541f1b54133689cad55f2da083434
avoid elements hiding behind Android softnav buttons

In a few places we had elements hiding behind the Android soft nav
buttons at the bottom.

Those were:
* Qemu HW overview list
* Qemu Power Control menu
* LXC and Qemu Options list

Placing them within a SafeArea avoids that.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
lib/widgets/pve_lxc_options_widget.dart
lib/widgets/pve_qemu_options_widget.dart
lib/widgets/pve_qemu_overview.dart
lib/widgets/pve_qemu_power_settings_widget.dart