GNOME Bugzilla – Bug 614412
Grid of buttons leads to dark spot optical illusion
Last modified: 2014-12-23 04:17:50 UTC
Using a rigid grid of buttons makes a distracting optical illusion that there are dark spots on the corners of the buttons. Wikipedia artical: http://en.wikipedia.org/wiki/Grid_illusion
Created attachment 278455 [details] [review] adds padding to the buttons
Review of attachment 278455 [details] [review]: 5 is a bit too much of padding. IMO, 2 is a better value, but 3 is fine. Any value greater than 3 makes it look really weird. There are a few unwanted whitespace changes, please fix them. ::: data/buttons-financial.ui @@ +2373,3 @@ <property name="right_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> + <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> Unwanted whitespace change. ::: data/buttons-programming.ui @@ +2391,3 @@ <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> + <property name="x_padding">5</property> + <property name="y_padding">5</property> Tab instead of 8 whitespace, trailing whitespace.
Created attachment 278554 [details] [review] adds padding to the button
Review of attachment 278554 [details] [review]: I am a bit pessimistic about using 3 pixels as button padding. My personal opinion is 2 pixels. Waiting for other's comment on how many pixels would be better as padding. Plus following issues. ::: data/buttons-financial.ui @@ +2354,3 @@ <property name="right_attach">8</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> + <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> Whitespace change. @@ +2373,3 @@ <property name="right_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> + <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> Whitespace change. ::: data/buttons-programming.ui @@ +2391,3 @@ <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> + <property name="x_padding">3</property> + <property name="y_padding">3</property> Trailing whitespace,
Created attachment 279302 [details] [review] adds padding to the button
*** Bug 683731 has been marked as a duplicate of this bug. ***
*** Bug 710918 has been marked as a duplicate of this bug. ***