X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/0d981e7b7df266c867004e23a169ba8cc13c8683..fc56f8f2f92b98ccb9a1da0ffcbb57d723dc33bb:/src/global.h diff --git a/src/global.h b/src/global.h index 9161ed877..81ade47fa 100644 --- a/src/global.h +++ b/src/global.h @@ -47,10 +47,10 @@ QVector, QStringList>> do QPair sortOrderForUrl(QUrl &url); /** - * TODO: Move this somewhere global to all KDE apps, not just Dolphin + * TODO: Use global KDE spacings instead of Dolphin-specific ones once we have them. */ constexpr int VERTICAL_SPACER_HEIGHT = 12; -constexpr int LAYOUT_SPACING_SMALL = 2; +constexpr int LAYOUT_SPACING_SMALL = 4; } enum Animated { WithAnimation, WithoutAnimation };