mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Merge branch 'patch-10' of https://github.com/RedGl0w/epsilon into RedGl0w-patch-10
This commit is contained in:
2
apps/external/pointer_text_table_cell.h
vendored
2
apps/external/pointer_text_table_cell.h
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user