diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-01 21:41:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-02 12:29:17 +0100 |
commit | e2205c4876723876bcaf1dd5ce494debab97591a (patch) | |
tree | f6f096d0fde4d10f942cf76663880aa9b31bc623 /include/svtools | |
parent | 32ca9f268142d2f26d0ec39ff3af989e78f51c8d (diff) |
no difference between ImageRadioButton and RadioButton
Change-Id: Iae5b7fe329273f34d3e94f1136acdac0d55d1ced
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87816
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 86036fe7130a..66ba3b212f4f 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -69,7 +69,7 @@ class ListBox WinBits WB_RADIOSEL If set the selection will be drawn like an - ImageRadioButton. This does only make sense if the image + RadioButton. This does only make sense if the image is at least 8 pixel smaller on each side than the item and also WB_DOUBLEBORDER is set and as color COL_WINDOWWORKSPACE is specified. |