GUI: fix borders
This commit is contained in:
parent
f2b99c34f7
commit
63bd6a9f5a
|
@ -5,7 +5,7 @@ Ext.define('PBS.ServerAdministration', {
|
||||||
|
|
||||||
title: gettext('Server Administration'),
|
title: gettext('Server Administration'),
|
||||||
|
|
||||||
border: false,
|
border: true,
|
||||||
defaults: { border: false },
|
defaults: { border: false },
|
||||||
|
|
||||||
controller: {
|
controller: {
|
||||||
|
|
|
@ -22,7 +22,7 @@ Ext.define('PBS.Subscription', {
|
||||||
|
|
||||||
title: gettext('Subscription'),
|
title: gettext('Subscription'),
|
||||||
|
|
||||||
border: false,
|
border: true,
|
||||||
|
|
||||||
onlineHelp: 'getting_help',
|
onlineHelp: 'getting_help',
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Ext.define('PBS.SystemConfiguration', {
|
||||||
xtype: 'pbsSystemConfiguration',
|
xtype: 'pbsSystemConfiguration',
|
||||||
|
|
||||||
title: gettext('Configuration') + ': ' + gettext('System'),
|
title: gettext('Configuration') + ': ' + gettext('System'),
|
||||||
border: false,
|
border: true,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
defaults: { border: false },
|
defaults: { border: false },
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Reference in New Issue