Bug 284762 - Modify Border / Background of Master-Details-Buttons
Summary: Modify Border / Background of Master-Details-Buttons
Status: RESOLVED FIXED
Alias: None
Product: Riena
Classification: RT
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: 1.2.0.M1   Edit
Assignee: Elias Volanakis CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
: 284761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-27 11:06 EDT by Thorsten Schenkel CLA
Modified: 2009-08-13 19:37 EDT (History)
0 users

See Also:


Attachments
Master-Details (38.62 KB, image/png)
2009-07-27 11:07 EDT, Thorsten Schenkel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Schenkel CLA 2009-07-27 11:06:19 EDT
Around the two or three buttons add, remove and apply there should be an additional border.
Also the background color of the button area should be the same as the background color of the table cells.
Comment 1 Thorsten Schenkel CLA 2009-07-27 11:07:56 EDT
Created attachment 142666 [details]
Master-Details
Comment 2 Elias Volanakis CLA 2009-08-03 11:44:05 EDT
*** Bug 284761 has been marked as a duplicate of this bug. ***
Comment 3 Elias Volanakis CLA 2009-08-13 19:35:56 EDT
Regarding border: this can be achieved by overwritting the MasterDetailsComposite#createButtons(...) methods. Refer to the latest version of MasterDetailsSubModuleView2 for an example.

Regarding background: you can set the background color of the button area in #createButtons(...). This would be the 'result' Composite in the above example.

I've added a setBackground(...) method to MasterDetailsComposite to make it easier to set the backgrounds of the other areas.

Committing to HEAD>
Comment 4 Elias Volanakis CLA 2009-08-13 19:37:13 EDT
Fixed.