Commit 6bd6aec3 authored by Dietmar Maurer's avatar Dietmar Maurer

increase label width in restore dialog

parent 3cf6c4c8
...@@ -31,7 +31,7 @@ Ext.define('PVE.window.Restore', { ...@@ -31,7 +31,7 @@ Ext.define('PVE.window.Restore', {
bodyPadding: 10, bodyPadding: 10,
border: false, border: false,
fieldDefaults: { fieldDefaults: {
labelWidth: 60, labelWidth: 100,
anchor: '100%' anchor: '100%'
}, },
items: [ items: [
...@@ -123,7 +123,7 @@ Ext.define('PVE.window.Restore', { ...@@ -123,7 +123,7 @@ Ext.define('PVE.window.Restore', {
Ext.apply(me, { Ext.apply(me, {
title: title, title: title,
width: 450, width: 500,
modal: true, modal: true,
layout: 'auto', layout: 'auto',
border: false, border: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment