1 // Copyright: ©2006-2010 Sprout Systems, Inc. and contributors.
  2 //            Portions ©2008-2011 Apple Inc. All rights reserved.
  3 // License:   Licensed under MIT license (see license.js)
  4 // ==========================================================================
  5 
  6 /**
  7   @class
  8   Renders and updates the DOM representation of a SelectView.
  9 */
 10 SC.BaseTheme.selectRenderDelegate = SC.BaseTheme.buttonRenderDelegate.create({
 11   menuLeftOffset: -3,
 12   menuTopOffset: 2,
 13   menuMinimumWidthOffset: -18
 14 });
 15