summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-04-07 16:03:50 -0700
committerCorey Berla <corey@berla.me>2023-04-24 14:33:20 -0700
commit8a05559795473c437d65789d81f2cf3be38ef13e (patch)
tree209171a867674552d0c5234c0661267136cc53ea
parent1ff9d076bf044ddefd3a7a12bd49d6131ce79859 (diff)
downloadnautilus-8a05559795473c437d65789d81f2cf3be38ef13e.tar.gz
name-cell: Make the tree expander not focusable
Now that we are using tab-behavior, tab will focus on the expander, but we don't want that because we are overriding the behavior by keeping the row focused
-rw-r--r--src/resources/ui/nautilus-name-cell.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-name-cell.ui b/src/resources/ui/nautilus-name-cell.ui
index ddfe398d4..5e2589a10 100644
--- a/src/resources/ui/nautilus-name-cell.ui
+++ b/src/resources/ui/nautilus-name-cell.ui
@@ -10,6 +10,7 @@
<child>
<object class="GtkTreeExpander" id="expander">
<property name="indent-for-icon">False</property>
+ <property name="focusable">False</property>
</object>
</child>
<child>