From 22beb05b5a3d65a24bce5f7fb2f040f6aef0c012 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 25 Sep 2016 15:22:27 +0200 Subject: [PATCH] use Ox.SCROLLBAR_SIZE --- static/js/addFilesDialog.js | 2 +- static/js/tasksDialog.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/addFilesDialog.js b/static/js/addFilesDialog.js index 1e00bb22..1716ac88 100644 --- a/static/js/addFilesDialog.js +++ b/static/js/addFilesDialog.js @@ -66,7 +66,7 @@ pandora.ui.addFilesDialog = function(options) { title: Ox._('Size'), align: 'right', visible: true, - width: 110 + width: 128 - Ox.SCROLLBAR_SIZE }, { id: 'width', diff --git a/static/js/tasksDialog.js b/static/js/tasksDialog.js index 1abef0af..48dafd13 100644 --- a/static/js/tasksDialog.js +++ b/static/js/tasksDialog.js @@ -92,7 +92,7 @@ pandora.ui.tasksDialog = function(options) { }, title: Ox._('Status'), visible: true, - width: 156 + width: 176 - Ox.SCROLLBAR_SIZE }, { id: 'progress',