From cd51ab42f89e080b7bfa990dbbef9f54e1c6d937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=AE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Sun, 26 Nov 2023 17:21:59 +0300 Subject: [PATCH] 2.0.0 - Material Design 3 Add `FIXME` message. --- kivymd/uix/dropdownitem/dropdownitem.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kivymd/uix/dropdownitem/dropdownitem.py b/kivymd/uix/dropdownitem/dropdownitem.py index 6969086d5..2d9ee689f 100644 --- a/kivymd/uix/dropdownitem/dropdownitem.py +++ b/kivymd/uix/dropdownitem/dropdownitem.py @@ -75,6 +75,10 @@ def build(self): Builder.load_string(kv_file.read()) +# FIXME: When resizing the texture of the `MDDropDownItemText` widget, +# the canvas instruction that implements the triangle looks terrible. +# You need to edit the Triangle instructions according to the size +# of the `MDDropDownItemText` texture. class MDDropDownItemText(MDLabel): """ Base texture for :class:`~MDDropDownItem` class (item text).