Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 324425 | Differences between
and this patch

Collapse All | Expand All

(-)js/org/eclipse/swt/theme/AppearancesBase.js (+1 lines)
Lines 232-237 Link Here
232
      result.spacing = tv.getCssDimension( "Button", "spacing" );
232
      result.spacing = tv.getCssDimension( "Button", "spacing" );
233
      result.padding = tv.getCssBoxDimensions( "Button", "padding" );
233
      result.padding = tv.getCssBoxDimensions( "Button", "padding" );
234
      result.cursor = tv.getCssCursor( "Button", "cursor" );
234
      result.cursor = tv.getCssCursor( "Button", "cursor" );
235
      result.opacity = tv.getCssFloat( "Button", "opacity" );
235
      return result;
236
      return result;
236
    }
237
    }
237
  },
238
  },

Return to bug 324425