fix: isolate and enlarge run toolbar
This commit is contained in:
@@ -339,7 +339,7 @@ inline ImVec4 ProjectBrowserPaneBackgroundColor() {
|
||||
}
|
||||
|
||||
inline ImVec4 ToolbarBackgroundColor() {
|
||||
return ImVec4(0.1f, 0.1f, 0.1f, 1.0f);
|
||||
return ImVec4(0.19f, 0.19f, 0.19f, 1.0f);
|
||||
}
|
||||
|
||||
inline ImVec2 SearchFieldFramePadding() {
|
||||
|
||||
Reference in New Issue
Block a user