diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-05 14:30:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-06 09:59:01 +0200 |
commit | a8fc80ea93f562f5639ccbd270edb9b50d0a71e9 (patch) | |
tree | 4850525a83ee9b82e904493a2e02f26dcbc06de9 /cui | |
parent | a30a5d1b8af18d19526f1980df41857f455cc8ef (diff) |
fix the color dropdown
Change-Id: I7666a8364f765830634be46bcb590a1604e5ced1
Reviewed-on: https://gerrit.libreoffice.org/73551
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/bulletandposition.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui index 52e29767c1d8..d9d3a7e35fc4 100644 --- a/cui/uiconfig/ui/bulletandposition.ui +++ b/cui/uiconfig/ui/bulletandposition.ui @@ -620,7 +620,8 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> - <property name="draw_indicator">False</property> + <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> |