summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhydrargyrum <50685-hydrargyrum@users.noreply.gitlab.gnome.org>2022-04-24 15:07:11 +0000
committerhydrargyrum <50685-hydrargyrum@users.noreply.gitlab.gnome.org>2022-04-24 15:07:11 +0000
commit52447eed99f7b0f82d6d9180df246ae28cff65d2 (patch)
tree5a84dc4be9adf8f71063a83040dfc0ffd00c342a /src
parentUpdate NEWS and meson.build for 3.42.0 (diff)
downloadzenity-52447eed99f7b0f82d6d9180df246ae28cff65d2.tar.gz
zenity-52447eed99f7b0f82d6d9180df246ae28cff65d2.tar.bz2
zenity-52447eed99f7b0f82d6d9180df246ae28cff65d2.zip
src/zenity.ui: add default OK button for --scale
It's now possible to just press "Enter" to accept the selected value.
Diffstat (limited to 'src')
-rw-r--r--src/zenity.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.ui b/src/zenity.ui
index 13594422..2311340b 100644
--- a/src/zenity.ui
+++ b/src/zenity.ui
@@ -46,6 +46,7 @@
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
+ <property name="has_default">True</property>
</object>
<packing>
<property name="expand">False</property>
bgstack15