diff options
author | Valentin Villenave <[email protected]> | 2021-10-12 19:32:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-10-26 14:21:47 +0200 |
commit | 470f498e34fa148065e717aabbc7bbe6c4017097 (patch) | |
tree | a8d38716accb2b0fe15efbe94d148b635acc3fc4 | |
parent | c1be4cce6aa626205049226164ec177eafea6499 (diff) | |
download | mate-terminal-470f498e34fa148065e717aabbc7bbe6c4017097.tar.bz2 mate-terminal-470f498e34fa148065e717aabbc7bbe6c4017097.tar.xz |
Title dialog: just hit Return to validate
This makes updating the title marginally easier
(you no longer need to hit Tab until you reach
the OK button or to use the mouse).
-rw-r--r-- | src/set-title-dialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/set-title-dialog.ui b/src/set-title-dialog.ui index ead6dcc..836a399 100644 --- a/src/set-title-dialog.ui +++ b/src/set-title-dialog.ui @@ -101,6 +101,7 @@ <property name="can-focus">True</property> <property name="hexpand">True</property> <property name="width-chars">30</property> + <property name="activates-default">True</property> </object> <packing> <property name="expand">False</property> |