Merge branch 'RedGl0w-patch-10' into omega-dev-e13

This commit is contained in:
Quentin Guidée
2020-02-16 10:04:14 +01:00

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;