mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 22:53:21 +00:00
vnc scaling: show setting in a single line
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
635cc133e0
commit
b89a26bcb8
@ -338,12 +338,9 @@ Ext.define('PVE.window.Settings', {
|
||||
xtype: 'fieldset',
|
||||
title: gettext('noVNC Settings'),
|
||||
items: [
|
||||
{
|
||||
xtype: 'displayfield',
|
||||
fieldLabel: gettext('Scaling mode'),
|
||||
},
|
||||
{
|
||||
xtype: 'radiogroup',
|
||||
fieldLabel: gettext('Scaling mode'),
|
||||
reference: 'noVNCScalingGroup',
|
||||
height: '15px', // renders faster with value assigned
|
||||
layout: {
|
||||
|
Loading…
Reference in New Issue
Block a user