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', {
bodyPadding: 10,
border: false,
fieldDefaults: {
labelWidth: 60,
labelWidth: 100,
anchor: '100%'
},
items: [
......@@ -123,7 +123,7 @@ Ext.define('PVE.window.Restore', {
Ext.apply(me, {
title: title,
width: 450,
width: 500,
modal: true,
layout: 'auto',
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