]> Pileus Git - ~andy/gtk/commit
iconview: Don't expand items to more than natural size
authorBenjamin Otte <otte@redhat.com>
Sun, 6 May 2012 23:35:00 +0000 (01:35 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 6 May 2012 23:37:27 +0000 (01:37 +0200)
commite133c6cb71e8416c5848ad06c680e6b5a0b9b16e
treed65e47ae3df03f890825d6ec1dcd248d98039e88
parente187cda5e99f088080da8bc812efba2ece81f72f
iconview: Don't expand items to more than natural size

This ensures that items stay left-aligned instead of slowly expanding into
empty space when widening the iconview. It's also what the iconview did
pre-refactoring.

Note that for cases where natural width != minimum width, the cells
might still expand and shrink back.
gtk/gtkiconview.c