Update pointer_text_table_cell.h

This commit is contained in:
redgl0w
2020-02-16 08:54:10 +01:00
committed by GitHub
parent 507eaafa30
commit 71f21c677c

View File

@@ -6,7 +6,7 @@
class PointerTextTableCell : public TableCell {
public:
PointerTextTableCell(const char * text = "", const KDFont * font = KDFont::SmallFont, Layout layout = Layout::Horizontal);
PointerTextTableCell(const char * text = "", const KDFont * font = KDFont::SmallFont, Layout layout = Layout::HorizontalLeftOverlap);
View * labelView() const override;
const char * text() const override;
virtual void setHighlighted(bool highlight) override;