mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 00:24:03 +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',
|
xtype: 'fieldset',
|
||||||
title: gettext('noVNC Settings'),
|
title: gettext('noVNC Settings'),
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
xtype: 'displayfield',
|
|
||||||
fieldLabel: gettext('Scaling mode'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
xtype: 'radiogroup',
|
xtype: 'radiogroup',
|
||||||
|
fieldLabel: gettext('Scaling mode'),
|
||||||
reference: 'noVNCScalingGroup',
|
reference: 'noVNCScalingGroup',
|
||||||
height: '15px', // renders faster with value assigned
|
height: '15px', // renders faster with value assigned
|
||||||
layout: {
|
layout: {
|
||||||
|
Loading…
Reference in New Issue
Block a user