mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-20 19:31:55 +00:00
window/LanguageEdit: make window non-resizable
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
91e77fa904
commit
8b16d98cc4
@ -30,6 +30,7 @@ Ext.define('Proxmox.window.LanguageEditWindow', {
|
|||||||
title: gettext('Language'),
|
title: gettext('Language'),
|
||||||
modal: true,
|
modal: true,
|
||||||
bodyPadding: 10,
|
bodyPadding: 10,
|
||||||
|
resizable: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxLanguageSelector',
|
xtype: 'proxmoxLanguageSelector',
|
||||||
|
Loading…
Reference in New Issue
Block a user