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'),
|
title: Ox._('Size'),
|
||||||
align: 'right',
|
align: 'right',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 110
|
width: 128 - Ox.SCROLLBAR_SIZE
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'width',
|
id: 'width',
|
||||||
|
|
|
@ -92,7 +92,7 @@ pandora.ui.tasksDialog = function(options) {
|
||||||
},
|
},
|
||||||
title: Ox._('Status'),
|
title: Ox._('Status'),
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 156
|
width: 176 - Ox.SCROLLBAR_SIZE
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'progress',
|
id: 'progress',
|
||||||
|
|
Loading…
Reference in a new issue