summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan P <Bryan P>2020-10-07 10:45:13 -0400
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-11-01 23:09:44 +0000
commit74e1e6098dac3f9867382dc11b27c0fbc86508aa (patch)
tree71d754a8259d1598ed98ce50042e536331c4225d
parent3eb0a90f6957ba099842f955255448c39f2d4a97 (diff)
downloadnautilus-74e1e6098dac3f9867382dc11b27c0fbc86508aa.tar.gz
properties-window.ui: Set "use_underline" property
To correctly setup the mnemonic character following an underscore in a checkbox label. Closes #1630
-rw-r--r--src/resources/ui/nautilus-properties-window.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 653cdf6e1..d9cac49bc 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -1182,6 +1182,7 @@
<child>
<object class="GtkCheckButton" id="execute_checkbox">
<property name="label" translatable="yes">Allow _executing file as program</property>
+ <property name="use_underline">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="margin_top">12</property>