GNOME Bugzilla – Bug 747631
Simplify UI codes
Last modified: 2015-04-12 08:27:59 UTC
Created attachment 301297 [details] [review] Simplify UI codes Simplify codes that i made in https://bugzilla.gnome.org/show_bug.cgi?id=739836.
Could you explain a bit more the reasoning or provide screenshots with the differences?
No UI difference. In my previous patches, i used 4 LOC to set margins (should set border-width instead). Also, remove gtk_scrolled_window_set_shadow_type instead of using css to remove it => reduce LOC.
Comment on attachment 301297 [details] [review] Simplify UI codes Ok, pushed explaining the change and clarifying things in the commit message. Thanks