From b12ad472424248ada5ec6af3790d39dda6fd5a2e Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 18 Apr 2024 14:01:18 +0200 Subject: [PATCH] ui: sync view: increase default width of 'Max. Depth' column Before, the column was so small that it was practically invisible. Signed-off-by: Lukas Wagner --- www/config/SyncView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/SyncView.js b/www/config/SyncView.js index 44f1b149..4669a23e 100644 --- a/www/config/SyncView.js +++ b/www/config/SyncView.js @@ -226,7 +226,7 @@ Ext.define('PBS.config.SyncJobView', { { header: gettext('Max. Depth'), dataIndex: 'max-depth', - width: 10, + width: 100, sortable: true, }, {