[gnome-control-center/590-region-and-language-input-sources-list-doesn-t-look-draggable] region: Use correct icon for the drag handle
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/590-region-and-language-input-sources-list-doesn-t-look-draggable] region: Use correct icon for the drag handle
- Date: Fri, 21 Jun 2019 10:55:44 +0000 (UTC)
commit d3a7a803fa1a5d718c729d0dbe761f2aef643e4f
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 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/panels/region/cc-input-row.ui b/panels/region/cc-input-row.ui
index c0e2ac6e2..f00484563 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="dim-label"/>
+ </style>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]