Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Add `FIXME` message.
  • Loading branch information
HeaTTheatR committed Nov 26, 2023
1 parent 828689b commit cd51ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kivymd/uix/dropdownitem/dropdownitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit cd51ab4

Please sign in to comment.