[Misc] Cleanup in Kernel
This commit is contained in:
committed by
Radosław Gliński
parent
50492a951e
commit
b864149575
@@ -30,7 +30,7 @@ enum class NotificationAlignment : uint8_t {
|
||||
kAlignUnknown = 0xFF
|
||||
};
|
||||
|
||||
const static std::vector<ImVec2> notification_position_id_screen_offset = {
|
||||
inline const std::vector<ImVec2> notification_position_id_screen_offset = {
|
||||
{0.50f, 0.45f}, // CENTER-CENTER - 0
|
||||
{0.50f, 0.10f}, // CENTER-TOP - 1
|
||||
{0.50f, 0.80f}, // CENTER-BOTTOM - 2
|
||||
|
||||
Reference in New Issue
Block a user