diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-01 11:43:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-01 15:09:00 +0000 |
commit | db4690fa7a7365effab47f454283d1b860bd72a9 (patch) | |
tree | 9a5f131f5428fed6b8815025d3704d14263670ef /cui | |
parent | acee80fc5612fa8aad5f7f9c80273bba27bb3219 (diff) |
fix invalid cast from 'GtkImage' to 'GtkLabel'
since:
commit 660b7ed484efcac1e5b841e0b04f3c9628578448
Date: Fri Jan 6 11:08:36 2023 +0100
Resolves tdf#101731 - Rename Border/Midpoint
Change-Id: Ie226e768ce902a8fff30f2883e0ea22b94e96949
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146443
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/gradientpage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui index 3630f6f5a006..6cb56fcc54a6 100644 --- a/cui/uiconfig/ui/gradientpage.ui +++ b/cui/uiconfig/ui/gradientpage.ui @@ -490,6 +490,7 @@ <property name="receives-default">False</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -526,6 +527,7 @@ <property name="receives-default">False</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> |