[gnome-control-center/590-region-and-language-input-sources-list-doesn-t-look-draggable: 26/26] region: Use correct icon for the drag handle



commit eb8263454fba963efd93d33e61ad66294e73bd6a
Author: Allan Day <allanpday gmail com>
Date:   Fri Jun 21 11:52:30 2019 +0100

    region: Use correct icon for the drag handle
    
    There's a dedicated icon for drag handles - we should make use of
    it. Also, change the color of the handle so it looks like it is
    part of the row.
    
    Fixes #590

 panels/region/cc-input-row.ui | 7 +++++--
 shell/style.css               | 3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/panels/region/cc-input-row.ui b/panels/region/cc-input-row.ui
index c0e2ac6e2..70794fcee 100644
--- a/panels/region/cc-input-row.ui
+++ b/panels/region/cc-input-row.ui
@@ -16,13 +16,16 @@
           <object class="GtkBox">
             <property name="visible">True</property>
             <property name="height_request">50</property>
-            <property name="margin_start">12</property>
+            <property name="margin_start">4</property>
             <property name="margin_end">12</property>
             <property name="spacing">12</property>
             <child>
               <object class="GtkImage">
                 <property name="visible">True</property>
-                <property name="icon_name">open-menu-symbolic</property>
+                <property name="icon_name">list-drag-handle-symbolic</property>
+                  <style>
+                    <class name="drag-handle"/>
+                  </style>
               </object>
             </child>
             <child>
diff --git a/shell/style.css b/shell/style.css
index e69de29bb..a548d6561 100644
--- a/shell/style.css
+++ b/shell/style.css
@@ -0,0 +1,3 @@
+.drag-handle {
+    color: @borders;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]