diff options
author | rbuj <[email protected]> | 2021-02-04 09:40:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 22:55:57 +0100 |
commit | a2c9698cab55093205f8ac029fd7b435414a65d4 (patch) | |
tree | fa724cb86ceb082d02f97aec647a7935018d202c | |
parent | 27f267626510992bd712c119656c24c30be97326 (diff) | |
download | mate-control-center-a2c9698cab55093205f8ac029fd7b435414a65d4.tar.bz2 mate-control-center-a2c9698cab55093205f8ac029fd7b435414a65d4.tar.xz |
windows: don't translate the spinbutton text, set the entry purpose
-rw-r--r-- | capplets/windows/window-properties.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/window-properties.ui b/capplets/windows/window-properties.ui index f4d8aa49..cbdf0559 100644 --- a/capplets/windows/window-properties.ui +++ b/capplets/windows/window-properties.ui @@ -201,7 +201,7 @@ Author: Robert Buj <object class="GtkSpinButton" id="autoraise_delay_spinbutton"> <property name="visible">True</property> <property name="can-focus">True</property> - <property name="text" translatable="yes">1,0</property> + <property name="input-purpose">number</property> <property name="adjustment">adjustment1</property> <property name="climb-rate">0.10</property> <property name="digits">1</property> |