D19444: Make long menus optionally scrollable instead of always expanding horizontally

Christoph Feck noreply at phabricator.kde.org
Fri Mar 1 21:02:31 GMT 2019


cfeck added inline comments.

INLINE COMMENTS

> breezestyle.cpp:678
> +            case SH_Menu_Scrollable:
> +                if (StyleConfigData::overflowingMenusMode() == StyleConfigData::OM_SCROLL) {
> +                    return true;

if (cond) {
      return true;
  } else {
      return false;
  }

⇒

  return cond ? true : false;

⇒

  return cond;

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D19444

To: ngraham, #breeze, broulik
Cc: guidosanchez, ndavis, davidedmundson, mvourlakos, cfeck, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190301/d97bf6ec/attachment.html>


More information about the Plasma-devel mailing list