Skip to content

Commit

Permalink
Removed "height" value because further configuration options were hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ctippler authored Nov 11, 2016
1 parent 89bb8f6 commit c8fc7a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ pimcore.plugin.outputDataConfigToolkit.outputDataConfigElements.value.DimensionU

this.window = new Ext.Window({
width: 400,
height: 220,
modal: true,
title: t('attribute_settings'),
layout: "fit",
Expand All @@ -145,4 +144,4 @@ pimcore.plugin.outputDataConfigToolkit.outputDataConfigElements.value.DimensionU
this.node.data.configAttributes.mode = this.combo.getValue();
this.window.close();
}
});
});

0 comments on commit c8fc7a9

Please sign in to comment.