GUI: fix borders

This commit is contained in:
Dietmar Maurer 2019-04-11 12:18:04 +02:00
parent f2b99c34f7
commit 63bd6a9f5a
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Ext.define('PBS.ServerAdministration', {
title: gettext('Server Administration'),
border: false,
border: true,
defaults: { border: false },
controller: {

View File

@ -22,7 +22,7 @@ Ext.define('PBS.Subscription', {
title: gettext('Subscription'),
border: false,
border: true,
onlineHelp: 'getting_help',

View File

@ -5,7 +5,7 @@ Ext.define('PBS.SystemConfiguration', {
xtype: 'pbsSystemConfiguration',
title: gettext('Configuration') + ': ' + gettext('System'),
border: false,
border: true,
scrollable: true,
defaults: { border: false },
items: [