diff options
author | mbkma <[email protected]> | 2019-04-23 22:29:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-07 21:13:40 +0200 |
commit | 5419061e9ae44d73f38ab4d7ab73242337acff6d (patch) | |
tree | f6ab75bcc578f16558c75885610a46d42e2f585a | |
parent | 3d27093a45116cc0ecbf1b568b9cc5efed98e2a3 (diff) | |
download | mate-calc-5419061e9ae44d73f38ab4d7ab73242337acff6d.tar.bz2 mate-calc-5419061e9ae44d73f38ab4d7ab73242337acff6d.tar.xz |
dont focus on click
-rw-r--r-- | src/buttons-advanced.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buttons-advanced.ui b/src/buttons-advanced.ui index df93b8d..2979b17 100644 --- a/src/buttons-advanced.ui +++ b/src/buttons-advanced.ui @@ -952,6 +952,7 @@ <object class="GtkButton" id="calc_const_button"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="focus_on_click">False</property> <property name="receives_default">True</property> <signal name="clicked" handler="const_cb" swapped="no"/> <child> |