GNOME Bugzilla – Bug 768916
pathbar: fix underallocations reported in GTK+ 3.21
Last modified: 2016-07-18 10:18:42 UTC
Starting with GTK+ 3.21, Nautilus is constantly reporting underallocations happening in the path bar. That is chiefly caused by some assumptions made in the code (i.e. both slider buttons are of the same width, which is untrue, due to the “linked” style class). This commit corrects those assumptions by using widths of both slider buttons in allocation calculations.
Created attachment 331680 [details] [review] pathbar: fix underallocations
Review of attachment 331680 [details] [review]: Go ahead, thanks!!
Attachment 331680 [details] pushed as d2f98e2 - pathbar: fix underallocations