mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Reduce advanced search window size
This commit is contained in:
@@ -761,7 +761,7 @@ $(document).ready(function () {
|
|||||||
var parent = searchForm.parent();
|
var parent = searchForm.parent();
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
size: 'Full',
|
size: (bodySize.x - 120)+'x'+(bodySize.y - 120),
|
||||||
loading: false,
|
loading: false,
|
||||||
closeCallback: function (dialog) {
|
closeCallback: function (dialog) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user