google-code-export / mgwt

Automatically exported from code.google.com/p/mgwt
Other
1 stars 0 forks source link

Header button doesn't accept setWidth #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Should effect the min-width of the button.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

changing css is not a good alternative.

Original issue reported on code.google.com by wd.dewi...@gmail.com on 10 Apr 2012 at 8:27

GoogleCodeExporter commented 9 years ago
Styling should be done with css in general, the min-width of 40px for a 
headbutton is a minimum, since you will not be able to touch the button on a 
device if it gets smaller.

In general if you read mobile guidelines everything has to be around 40x40px on 
an iOS device.

You can always add a css class with lower min-width for the button. see the 
styling section of mgwt on how to do that

Original comment by kurka.da...@gmail.com on 28 May 2012 at 4:47