Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(962)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListProvider.js

Issue 2743253003: DevTools: Add monospace back to open file dialog (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListProvider.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListProvider.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListProvider.js
index 038e8d8a461334d71f13ba90aaec2f4e0c49c20d..e16ddcdb2d6d45f9477adf9391ee7c6f4784d177 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListProvider.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListProvider.js
@@ -122,6 +122,8 @@ Sources.FilteredUISourceCodeListProvider = class extends QuickOpen.FilteredListW
new Sources.FilePathScoreFunction(query).score(fullDisplayName, indexes);
var fileNameIndex = fullDisplayName.lastIndexOf('/');
+ titleElement.classList.add('monospace');
+ subtitleElement.classList.add('monospace');
titleElement.textContent = uiSourceCode.displayName() + (this._queryLineNumberAndColumnNumber || '');
this._renderSubtitleElement(subtitleElement, fullDisplayName);
subtitleElement.title = fullDisplayName;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698