WebKit Bugzilla
Attachment 357579 Details for
Bug 192812
: Web Inspector: Layers: increase default column width for other localizations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192812-20181218102917.patch (text/plain), 2.47 KB, created by
Devin Rousso
on 2018-12-18 10:29:18 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2018-12-18 10:29:18 PST
Size:
2.47 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index e1b058d325289ff96bb09fc9c6f866053d483aa9..4c995d3721e901a1a2e81389bdd04fe30d8a68fe 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,16 @@ >+2018-12-18 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Layers: increase default column width for other localizations >+ https://bugs.webkit.org/show_bug.cgi?id=192812 >+ <rdar://problem/46628625> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/LayerDetailsSidebarPanel.js: >+ (WI.LayerDetailsSidebarPanel.prototype._buildDataGrid): >+ * UserInterface/Views/LayerTreeDetailsSidebarPanel.js: >+ (WI.LayerTreeDetailsSidebarPanel.prototype._buildDataGridSection): >+ > 2018-12-17 Devin Rousso <drousso@apple.com> > > Web Inspector: Canvas: path view is misaligned >diff --git a/Source/WebInspectorUI/UserInterface/Views/LayerDetailsSidebarPanel.js b/Source/WebInspectorUI/UserInterface/Views/LayerDetailsSidebarPanel.js >index 15a8861dec1597b1fe16f1795059da76b353f1bd..cf5b41fc0c093913adc3c7257a642bcdcc1b4bd3 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/LayerDetailsSidebarPanel.js >+++ b/Source/WebInspectorUI/UserInterface/Views/LayerDetailsSidebarPanel.js >@@ -87,7 +87,7 @@ WI.LayerDetailsSidebarPanel = class LayerDetailsSidebarPanel extends WI.DetailsS > title: WI.UIString("Paints"), > sortable: true, > aligned: "right", >- width: "50px", >+ width: "70px", > }, > memory: { > title: WI.UIString("Memory"), >diff --git a/Source/WebInspectorUI/UserInterface/Views/LayerTreeDetailsSidebarPanel.js b/Source/WebInspectorUI/UserInterface/Views/LayerTreeDetailsSidebarPanel.js >index 75ce4b635d6eb8ff7bf623a3e168b434809a133f..2b6513a7fd286357d2731ab73076f774001cc049 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/LayerTreeDetailsSidebarPanel.js >+++ b/Source/WebInspectorUI/UserInterface/Views/LayerTreeDetailsSidebarPanel.js >@@ -139,7 +139,7 @@ WI.LayerTreeDetailsSidebarPanel = class LayerTreeDetailsSidebarPanel extends WI. > columns.paintCount.title = WI.UIString("Paints"); > columns.paintCount.sortable = true; > columns.paintCount.aligned = "right"; >- columns.paintCount.width = "50px"; >+ columns.paintCount.width = "70px"; > > columns.memory.title = WI.UIString("Memory"); > columns.memory.sortable = true;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192812
: 357579