mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_numeric_step: always display on touch screens; avoid layout jumping otherwise
Before this patch: - On a tablet, buttons wouldn't display (big screen; can't hover). - On a PC, fields would make layout jumps while hovering. @moduon MT-4472
This commit is contained in:
committed by
Carlos Roca
parent
2b7d748937
commit
0d3ab6c305
@@ -15,23 +15,23 @@ msgstr ""
|
||||
|
||||
#. module: web_widget_numeric_step
|
||||
#. odoo-javascript
|
||||
#: code:addons/web_widget_numeric_step/static/src/xml/numeric_step.xml:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/xml/numeric_step.xml:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
||||
#, python-format
|
||||
msgid "Minus"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_widget_numeric_step
|
||||
#. odoo-javascript
|
||||
#: code:addons/web_widget_numeric_step/static/src/js/numeric_step.esm.js:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/numeric_step.esm.js:0
|
||||
#, python-format
|
||||
msgid "Numeric Step"
|
||||
msgstr ""
|
||||
|
||||
#. module: web_widget_numeric_step
|
||||
#. odoo-javascript
|
||||
#: code:addons/web_widget_numeric_step/static/src/xml/numeric_step.xml:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/xml/numeric_step.xml:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
||||
#: code:addons/web_widget_numeric_step/static/src/numeric_step.xml:0
|
||||
#, python-format
|
||||
msgid "Plus"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user