[gnome-builder] ls: Activate rows on single click
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] ls: Activate rows on single click
- Date: Fri, 1 Jan 2021 19:34:23 +0000 (UTC)
commit dc350ba1b44c5c01476ebf69d6f6db5bc454b1a8
Author: vanadiae <vanadiae35 gmail com>
Date: Fri Jan 1 18:21:25 2021 +0100
ls: Activate rows on single click
Currently all rows in an ls page needs to be double-clicked to open
the file or the directory.
This is inconsistent with both the project tree and opened files list
in the editor's sidebar, which both activate rows on single click
because it's way more convenient, and because there's no point in using
double click when single click does it better.
So now rows gets activated on single click rather than double click.
src/plugins/ls/gbp-ls-page.ui | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/ls/gbp-ls-page.ui b/src/plugins/ls/gbp-ls-page.ui
index ac03eb568..6493e4612 100644
--- a/src/plugins/ls/gbp-ls-page.ui
+++ b/src/plugins/ls/gbp-ls-page.ui
@@ -10,6 +10,7 @@
<property name="vexpand">true</property>
<property name="headers-visible">true</property>
<property name="visible">true</property>
+ <property name="activate-on-single-click">true</property>
<child>
<object class="GtkTreeViewColumn" id="name_column">
<property name="title" translatable="yes">Name</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]