]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
InputPanel: fix column scaling behavior
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 17 Nov 2020 13:50:42 +0000 (14:50 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Thu, 19 Nov 2020 11:39:00 +0000 (12:39 +0100)
commit71d53165457d5b223caa34e22ccfb75f414ec355
tree77a0fda5c59bed8fe66955d943797d2ef408e5c3
parent2622cc7ccad62dd99da592bf82183f5f21bba589
InputPanel: fix column scaling behavior

When scaling the browsers content either via the browser itself or
because the OS has a different scaling / DPI setting, it can happen that
not all columns have enough space next to each other and thus the last
column is moved further below.

This happens especially on chromium bases browsers (e.g. chrome, edge).

Changing the layout to use extjs HBOXes with flex instead of columns
solves works well.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/panel/InputPanel.js