Re: [pve-devel] [PATCH manager] ui: fix height 'extra cpu flags' field in create wizard

2023-11-06 Thread Thomas Lamprecht
Am 07/11/2023 um 08:50 schrieb Dominik Csapak: > On 11/6/23 17:31, Thomas Lamprecht wrote: >> just out of interest, could setting a flex+maxHeight for the extra-flags >> also have been an option? > > AFAICS there is no way to do that. The columns in an inputpanel > are an 'anchor' layout, and I co

Re: [pve-devel] [PATCH manager] ui: fix height 'extra cpu flags' field in create wizard

2023-11-06 Thread Dominik Csapak
On 11/6/23 17:31, Thomas Lamprecht wrote: Am 15/06/2023 um 10:08 schrieb Dominik Csapak: this field has a fixed height, which is too tall for the create wizard, and one cannot see the last entry when scrolling all the way down. to fix this, make it 20px shorter was still broken in the german

Re: [pve-devel] [PATCH manager] ui: fix height 'extra cpu flags' field in create wizard

2023-11-06 Thread Thomas Lamprecht
Am 15/06/2023 um 10:08 schrieb Dominik Csapak: > this field has a fixed height, which is too tall for the create wizard, > and one cannot see the last entry when scrolling all the way down. > > to fix this, make it 20px shorter was still broken in the german translation, as that takes up more spa

Re: [pve-devel] [PATCH manager] ui: fix height 'extra cpu flags' field in create wizard

2023-06-15 Thread Dominik Csapak
forgot to write: we should apply this for stable-7 as well On 6/15/23 10:08, Dominik Csapak wrote: this field has a fixed height, which is too tall for the create wizard, and one cannot see the last entry when scrolling all the way down. to fix this, make it 20px shorter Signed-off-by: Dominik

[pve-devel] [PATCH manager] ui: fix height 'extra cpu flags' field in create wizard

2023-06-15 Thread Dominik Csapak
this field has a fixed height, which is too tall for the create wizard, and one cannot see the last entry when scrolling all the way down. to fix this, make it 20px shorter Signed-off-by: Dominik Csapak --- alternatively we could also increase the height in the create wizard the optimal solutio