~aleteoryx/muditaos

228e36aedf77731adfea6e9637f8cc93dd67fc41 — Mateusz Piesta 3 years ago 9820271
[BH-1513] ListItems shift

NumberWithSuffix list item contents
is shifted when going from view without
bottom text to the visible one.
M products/BellHybrid/apps/common/include/common/widgets/list_items/NumberWithSuffix.hpp => products/BellHybrid/apps/common/include/common/widgets/list_items/NumberWithSuffix.hpp +2 -1
@@ 39,7 39,8 @@ namespace app::list_items
      private:
        void control_bottom_description(const spinner_type::value_type &value) final
        {
            body->lastBox->setVisible(value != 0);
            bottomText->setVisible(value != 0);
            body->resize();
        }
    };
} // namespace app::list_items