mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-19 19:39:08 +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'),
|
||||
modal: true,
|
||||
bodyPadding: 10,
|
||||
resizable: false,
|
||||
items: [
|
||||
{
|
||||
xtype: 'proxmoxLanguageSelector',
|
||||
|
Loading…
Reference in New Issue
Block a user