Title: [190405] trunk/Source/WebInspectorUI
Revision
190405
Author
ago...@igalia.com
Date
2015-10-01 06:38:41 -0700 (Thu, 01 Oct 2015)

Log Message

[GTK] Web Inspector: Add GTK+ icons for the numerical input and slider based Visual editors for CSS properties
https://bugs.webkit.org/show_bug.cgi?id=147847

Reviewed by Carlos Garcia Campos.

* UserInterface/Images/gtk/VisualStylePropertyLinked.svg: Added.
* UserInterface/Images/gtk/VisualStylePropertyUnlinked.svg: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (190404 => 190405)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-10-01 13:36:00 UTC (rev 190404)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-10-01 13:38:41 UTC (rev 190405)
@@ -1,5 +1,15 @@
 2015-10-01  Andres Gomez  <ago...@igalia.com>
 
+        [GTK] Web Inspector: Add GTK+ icons for the numerical input and slider based Visual editors for CSS properties
+        https://bugs.webkit.org/show_bug.cgi?id=147847
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UserInterface/Images/gtk/VisualStylePropertyLinked.svg: Added.
+        * UserInterface/Images/gtk/VisualStylePropertyUnlinked.svg: Added.
+
+2015-10-01  Andres Gomez  <ago...@igalia.com>
+
         [GTK] Web Inspector: Add GTK+ icons for the different types of non-numerical Visual editors for CSS properties
         https://bugs.webkit.org/show_bug.cgi?id=147846
 

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStylePropertyLinked.svg (0 => 190405)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStylePropertyLinked.svg	                        (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStylePropertyLinked.svg	2015-10-01 13:38:41 UTC (rev 190405)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16">
+ <rect width="2" height="6" x="-9" y="-6" transform="matrix(0,-1,-1,0,0,0)" rx="1" ry="0" class="filled"/>
+ <rect width="2" height="6" x="-9" y="-16" transform="matrix(0,-1,-1,0,0,0)" rx=".9375" ry="0" class="filled"/>
+ <path d="m4 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h8c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2h-8zm1 2h6c0.554 0 1 0.446 1 1v4c0 0.554-0.446 1-1 1h-6c-0.554 0-1-0.446-1-1v-4c0-0.554 0.446-1 1-1z" class="filled"/>
+</svg>

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStylePropertyUnlinked.svg (0 => 190405)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStylePropertyUnlinked.svg	                        (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStylePropertyUnlinked.svg	2015-10-01 13:38:41 UTC (rev 190405)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16">
+ <rect width="2" height="5" x="-9" y="-5" transform="matrix(0,-1,-1,0,0,0)" rx="1" ry="0" class="filled"/>
+ <rect width="2" height="5" x="-9" y="-16" transform="matrix(0,-1,-1,0,0,0)" rx=".9375" ry="0" class="filled"/>
+ <path d="m4 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h3v-2h-2c-0.554 0-1-0.446-1-1v-4c0-0.554 0.446-1 1-1h2v-2h-3z" class="filled"/>
+ <path d="m9 3v2h2c0.554 0 1 0.446 1 1v4c0 0.554-0.446 1-1 1h-2v2h3c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2h-3z" class="filled"/>
+</svg>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to