[libcalamaresui] Suggestions for better naming of enum values
This commit is contained in:
parent
3565b6806a
commit
2b2a69631f
@ -83,7 +83,9 @@ public:
|
|||||||
SidebarBackground,
|
SidebarBackground,
|
||||||
SidebarText,
|
SidebarText,
|
||||||
SidebarTextSelect,
|
SidebarTextSelect,
|
||||||
SidebarTextHighlight
|
SidebarTextSelected = SidebarTextSelect, // TODO:3.3:Remove SidebarTextSelect
|
||||||
|
SidebarTextHighlight,
|
||||||
|
SidebarBackgroundSelected = SidebarTextHighlight // TODO:3.3:Remove SidebarTextHighlight
|
||||||
};
|
};
|
||||||
Q_ENUM( StyleEntry )
|
Q_ENUM( StyleEntry )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user