ui: sync job: increase window width to 720px to make it less cramped

That width is already used in a few places, we might even want to
change the edit window default in the future.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-05 18:47:45 +02:00
parent bccff939fa
commit bd95fd5797

View File

@ -12,6 +12,7 @@ Ext.define('PBS.window.SyncJobEdit', {
subject: gettext('Sync Job - Pull Direction'), subject: gettext('Sync Job - Pull Direction'),
bodyPadding: 0, bodyPadding: 0,
width: 720,
fieldDefaults: { labelWidth: 120 }, fieldDefaults: { labelWidth: 120 },
defaultFocus: 'proxmoxtextfield[name=comment]', defaultFocus: 'proxmoxtextfield[name=comment]',