Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 421266

Summary: [Spinner] Shows numbers with Left alignment
Product: [RT] RAP Reporter: Vincenzo Caselli <vincenzo.caselli>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Screenshot none

Description Vincenzo Caselli CLA 2013-11-07 11:01:30 EST
Hi all,
after creating a Spinner with code:
	
Spinner spinner = new Spinner(parent, SWT.BORDER);

the number inside the spinner has a left-alignment.
Being a number, shouldn't it have a right-alignment?
Thank you very much.
Vincenzo
Comment 1 Ivan Furnadjiev CLA 2013-11-07 11:13:50 EST
Created attachment 237282 [details]
Screenshot

As you can see from the attached screenshot the number is left-aligned in SWT (Windows).
Comment 2 Ivan Furnadjiev CLA 2013-11-07 11:14:55 EST
(In reply to comment #1)
Close as INVALID.
Comment 3 Vincenzo Caselli CLA 2013-11-07 11:40:14 EST
(In reply to Ivan Furnadjiev from comment #2)
> (In reply to comment #1)
> Close as INVALID.

Hi Ivan,
sorry, I didn't try the RCP version:
so it's a bug on that side :) !
Thank you
Vincenzo