XForms bug 283240 - xforms:message not centered. Patch by aaronr@us.ibm.com, r=smaug,me

This commit is contained in:
doronr%us.ibm.com 2005-02-23 20:35:04 +00:00
Родитель 8720694a36
Коммит f8afe489b4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -86,7 +86,7 @@
"position:absolute;z-index:2147483647;visibility:hidden;" "position:absolute;z-index:2147483647;visibility:hidden;"
#define MESSAGE_WINDOW_PROPERTIES \ #define MESSAGE_WINDOW_PROPERTIES \
"location=false,scrollbars=yes" "location=false,scrollbars=yes,centerscreen"
// Defining a simple dialog for modeless and modal messages. // Defining a simple dialog for modeless and modal messages.