summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej@ahunt.org>2015-09-22 19:10:38 +0200
committerAndrzej Hunt <andrzej@ahunt.org>2015-10-21 10:23:50 +0200
commit1a01024da99f93b0044720e16bc8f2d605cad685 (patch)
tree022ed5dd9ae8010ac1bcf67a5bb2056cdb607686
parent569a1b967af589358f72aef30f63c937d462a01d (diff)
Set default focus on output unit entry box
This allows the user to immediately enter their desired unit - the input area selection is likely to be used only rarely. Change-Id: I08de7718ed183db21513d1f46f346da27c3ebbf7
-rw-r--r--sc/uiconfig/scalc/ui/unitsconversiondialog.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/unitsconversiondialog.ui b/sc/uiconfig/scalc/ui/unitsconversiondialog.ui
index 354928269db1..f7ed3fe47383 100644
--- a/sc/uiconfig/scalc/ui/unitsconversiondialog.ui
+++ b/sc/uiconfig/scalc/ui/unitsconversiondialog.ui
@@ -243,7 +243,8 @@
<property name="has_entry">True</property>
<child internal-child="entry">
<object class="GtkEntry" id="foo">
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">True</property>
</object>
</child>
</object>