window/LanguageEdit: make window non-resizable

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-04-27 16:40:27 +02:00 committed by Thomas Lamprecht
parent 91e77fa904
commit 8b16d98cc4

View File

@ -30,6 +30,7 @@ Ext.define('Proxmox.window.LanguageEditWindow', {
title: gettext('Language'),
modal: true,
bodyPadding: 10,
resizable: false,
items: [
{
xtype: 'proxmoxLanguageSelector',