diff options
| author | Peter Penz <[email protected]> | 2007-05-15 20:24:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-15 20:24:56 +0000 |
| commit | 91f03ab07b894ef37864c9c5a1552b48b38f40ee (patch) | |
| tree | 65beb2b0df844734a95f657e350f9fe7600a9ffb /src/iconsviewsettingspage.h | |
| parent | c5f8d7ca78ad5cafc5464dc8eb44509b96da6ef0 (diff) | |
some finetuning for the icons view:
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView
- assure that the grid spacing is respected
- decrease default text width
- allow having more than 1 text line doing a proper wrapping
svn path=/trunk/KDE/kdebase/apps/; revision=665097
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 61e1bb900..817620e28 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -71,7 +71,7 @@ private: GridSpacingInc = 24, LeftToRightBase = 128, LeftToRightInc = 64, - TopToBottomBase = 96, + TopToBottomBase = 64, TopToBottomInc = 32 }; |
