chart2/uiconfig/ui/tp_DataSource.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 52d91527d6e8c0bbde302bd3a5861d698862a2ed Author: Parth Raiyani <[email protected]> AuthorDate: Thu Aug 28 18:42:44 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Oct 13 15:14:44 2025 +0200 Add mnemonic widget property for data labels in DataSource UI - This changes ensures that the label correctly reference the input element when visible Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I5e7fdf14d8b8f5982cad7a0a3fb8e7256fc3dbb8 (cherry picked from commit cea55dcda5a266fc9c2fad7f3272c9e53786f192) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192261 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Szymon Kłos <[email protected]> diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui index c9a3df7cc121..b1bb50116068 100644 --- a/chart2/uiconfig/ui/tp_DataSource.ui +++ b/chart2/uiconfig/ui/tp_DataSource.ui @@ -394,6 +394,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="tp_DataSource|FT_DATALABELS">Data _labels</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">EDT_CATEGORIES</property> <property name="xalign">0</property> </object> <packing>
