forked from 0x2620/pandora
use Ox.SCROLLBAR_SIZE
This commit is contained in:
parent
4338315d57
commit
22beb05b5a
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -92,7 +92,7 @@ pandora.ui.tasksDialog = function(options) {
|
|||
},
|
||||
title: Ox._('Status'),
|
||||
visible: true,
|
||||
width: 156
|
||||
width: 176 - Ox.SCROLLBAR_SIZE
|
||||
},
|
||||
{
|
||||
id: 'progress',
|
||||
|
|
Loading…
Reference in a new issue