use Ox.SCROLLBAR_SIZE

This commit is contained in:
j 2016-09-25 15:22:27 +02:00
parent 4338315d57
commit 22beb05b5a
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -92,7 +92,7 @@ pandora.ui.tasksDialog = function(options) {
},
title: Ox._('Status'),
visible: true,
width: 156
width: 176 - Ox.SCROLLBAR_SIZE
},
{
id: 'progress',