ObjectGroupSelector.js: fix border for action selector

This commit is contained in:
Dietmar Maurer 2017-03-07 16:57:01 +01:00
parent 84185bf4e9
commit f2ca0a1a39
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Ext.define('PMG.ActionList', {
alias: ['widget.pmgActionList'],
title: PMG.Utils.oclass_text['action'],
border: false,
baseurl: '/config/ruledb/action',

View File

@ -42,6 +42,7 @@ Ext.define('PMG.ObjectGroupSelector', {
xtype: 'pmgActionList',
title: undefined,
enableButtons: false,
border: true,
listeners: {
itemdblclick: function(view, rec) {
me.fireEvent('selectObjectGroup', me, rec);