GNOME Bugzilla – Bug 763758
Do not use fixed values for widgets size in foreign drawing demo
Last modified: 2016-03-21 15:48:30 UTC
It makes all icons blurry (check and radio buttons, spin buttons, arrows, etc.). And the result doesn't look like real widgets.
Created attachment 324108 [details] [review] Patch I've reworked the demo to use the sizes from the theme. I've also added a scale.
Created attachment 324109 [details] And this is how it looks
Review of attachment 324108 [details] [review]: You should update the description of the demo at the top of the .c file. Currently, it says that the demo does _not_ show how to do sizing properly. You're trying to fix that here...
(In reply to Matthias Clasen from comment #3) > Review of attachment 324108 [details] [review] [review]: > > You should update the description of the demo at the top of the .c file. > Currently, it says that the demo does _not_ show how to do sizing properly. > You're trying to fix that here... Ah, sure, I missed that comment.
Created attachment 324236 [details] [review] Updated patch Just updated the comment.
Review of attachment 324236 [details] [review]: seems to be the same patch ?
(In reply to Matthias Clasen from comment #6) > Review of attachment 324236 [details] [review] [review]: > > seems to be the same patch ? Indeed, I don't know what happened, let me submit it again.
Created attachment 324413 [details] [review] Updated patch