]> cloud.milkyroute.net Git - dolphin.git/commit
Icons view: Layout optimizations
authorPeter Penz <peter.penz19@gmail.com>
Sat, 4 Feb 2012 21:14:53 +0000 (22:14 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 4 Feb 2012 21:22:19 +0000 (22:22 +0100)
commit72af3125a824722d9875d202dd156cd3f7d8fc46
treecac6d24b77d463f264d6b82478fde44b89a38081
parenta2a78c98fc9737fcd7a126790f88b40fdcc38ae6
Icons view: Layout optimizations

- Assure that landscape-previews use the whole available width of the icon-area
  instead of only using the square width. This waste of space occured if the
  text-width was larger than the icon-width.

- Only use one margin instead of two between the icons and the text to improve the
  visual appearance (thanks to Martin Zilz for the hint)

BUG: 293268
FIXED-IN: 4.8.1
CCMAIL: martin@kreativkonzentrat.de
src/kitemviews/kfileitemlistview.cpp
src/kitemviews/kfileitemlistview.h
src/kitemviews/kfileitemlistwidget.cpp
src/kitemviews/kfileitemlistwidget.h
src/kitemviews/kitemlistview.cpp
src/kitemviews/kitemlistwidget.cpp
src/views/dolphinitemlistcontainer.cpp