Qinfeiii / cs2103aug12-w10-4s

Automatically exported from code.google.com/p/cs2103aug12-w10-4s
0 stars 0 forks source link

Port shadow borders demo to main UI #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use shadow borders style as shown in the demo version of it (inside TestShadow 
class).
The design is heavily based on Visual Studio 2012 UI.

Attached is what the application may look like if the design is applied.

Note: The shadow demo does not consider the maximize state. To overcome this 
problem, set margins of the grid to "0 0 0 0" only if the window is maximized.

There are some minor changes I recommend (however, you need not follow):
1. When user interacts with the controls on the form, it should react in a 
similar fashion to how it does in Windows 8 (i.e. textbox hover/focus changes 
the border, hovering over list items shows a border on that item). This is to 
give user immediate feedback as to which controls are active.
2. Add suitable padding/margin so that the bottom of the list box is of the 
same spacing as from the left and right.
3. Border of controls reduce to 1 px. When textbox is active, have a "glow" 
effect.
4. Reduce font size of Date times shown in list to increase emphasis on task 
description.

Preferably this could be completed by milestone V0.2.

Original issue reported on code.google.com by ready...@gmail.com on 21 Oct 2012 at 1:56

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jchen...@gmail.com on 22 Oct 2012 at 5:22

GoogleCodeExporter commented 9 years ago
Done as of rev f482d4f600ce.

Original comment by jchen...@gmail.com on 23 Oct 2012 at 2:15