Fix [ 1885485 ] Some windows too little

This commit is contained in:
Carlos Ruiz 2008-02-03 00:11:06 +00:00
parent c722164b1f
commit a53c81cd95
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- [ 1885485 ] Some windows too little
UPDATE AD_WINDOW
SET winheight = NULL, winwidth = NULL
WHERE ad_window_id IN (140, 143, 181, 195, 240)
;

View File

@ -0,0 +1,5 @@
-- [ 1885485 ] Some windows too little
UPDATE AD_WINDOW
SET winheight = NULL, winwidth = NULL
WHERE ad_window_id IN (140, 143, 181, 195, 240)
;