feat(new_editor): wire project, inspector, and viewport runtime
This commit is contained in:
@@ -377,7 +377,7 @@ void AppendUIEditorViewportSlotForeground(
|
||||
if (!chrome.title.empty()) {
|
||||
drawList.AddText(
|
||||
UIPoint(layout.titleRect.x, layout.topBarRect.y + metrics.titleInsetY),
|
||||
std::string(chrome.title),
|
||||
chrome.title,
|
||||
palette.textPrimary,
|
||||
13.0f);
|
||||
}
|
||||
@@ -385,7 +385,7 @@ void AppendUIEditorViewportSlotForeground(
|
||||
if (!chrome.subtitle.empty()) {
|
||||
drawList.AddText(
|
||||
UIPoint(layout.subtitleRect.x, layout.topBarRect.y + metrics.subtitleInsetY),
|
||||
std::string(chrome.subtitle),
|
||||
chrome.subtitle,
|
||||
palette.textSecondary,
|
||||
10.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user