; -*-Lisp-*-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; File: $INSTALLDIR/personality/sd_customize/PEWMSD/wm_customize_2D
;
;  This file contains cusomization utility functions for 
;  WorkManager Desktop
;
; Language:     Lisp
;
; (C) Copyright 1997-2003 CoCreate Software GmbH, all rights reserved.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
( in-package       :db-2d-aip-ui )

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;Customize the defaults for thumbnail creation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq db-2d-aip-ui::*store-with-thumbnail* t)
(setq db-2d-aip-ui::*thumbnail-size* :128x128)   ;; legal values :32x32, :64x64, :128x128, :256x256, 
                                                 ;;              :32x24, :64x48, :32x64,   :64x128
											     ;;              :user
(setq db-2d-aip-ui::*thumbnail-user-size-x* 128) ;; These values are used when *thumbnail-size* 
(setq db-2d-aip-ui::*thumbnail-user-size-y* 128) ;; is set to :user

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;Customize the defaults for 2D-3D link warning  t-ON nil-OFF
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq db-2d-aip-ui::*2D3D-link-warning-show* t)  
