diff options
author | Kevin Goffe <HitcherUK@gmail.com> | 2019-07-27 08:42:24 +0100 |
---|---|---|
committer | Kevin Goffe <HitcherUK@gmail.com> | 2019-07-27 08:42:24 +0100 |
commit | d7699d74b9e91289d18efba3fcb4f46e3762b714 (patch) | |
tree | 9a340e36b9d0f0ab3376d54e53574f04f479aa77 /addons | |
parent | 2e454a77bdd1289a7c2dc81a92783638c4779ab2 (diff) |
[ESTUARY] Fix radio button text length
As reported by karellen when configuring certain addons the text overlaps the radio button if it's too long. This fixes the problem by adding a textwidth value to the radio button.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogAddonSettings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogAddonSettings.xml b/addons/skin.estuary/xml/DialogAddonSettings.xml index a940712ae7..6821063e7a 100644 --- a/addons/skin.estuary/xml/DialogAddonSettings.xml +++ b/addons/skin.estuary/xml/DialogAddonSettings.xml @@ -73,6 +73,7 @@ <control type="radiobutton" id="8"> <description>Default RadioButton</description> <include>DefaultSettingButton</include> + <textwidth>880</textwidth> </control> <control type="spincontrolex" id="9"> <description>Default SpinControlex</description> |