ui: settings/xterm.js: add margin between reset/save button

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-10-04 14:40:24 +02:00
parent 93d94f627c
commit 58591b8e88

View File

@ -327,6 +327,9 @@ Ext.define('PVE.window.Settings', {
type: 'hbox',
pack: 'end'
},
defaults: {
margin: '0 0 0 5',
},
items: [
{
xtype: 'button',