mirror of
https://github.com/Mibew/mibew.git
synced 2025-05-30 14:22:33 +03:00
10 lines
436 B
INI
10 lines
436 B
INI
; This file determines some dialog styles options
|
|
; Comments starts with ';'
|
|
|
|
[chat]
|
|
; window_param use as param string in JavaScript window.open method
|
|
window_params = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1"
|
|
|
|
[mail]
|
|
; window_param use as param string in JavaScript window.open method
|
|
window_params = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=603,height=254,resizable=0" |