diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-24 12:52:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-24 20:47:55 +0200 |
commit | 4d6fcd7908f6db892e8d5fb3cabf7e0fe49328c4 (patch) | |
tree | cc575ea485d5c13c2da9b41f5cbe37c7ebcc839c /cui/uiconfig/ui | |
parent | 26b7d00c24c4d85d004e3840fb9053e4c88c1fee (diff) |
Resolves: tdf#153441 use a TriStateEnabled helper
Change-Id: I976e4271a072bfb53c676091509e1d4ef7dbcccb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150934
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/fontfragment.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/fontfragment.ui b/cui/uiconfig/ui/fontfragment.ui index e66cd71b7ba6..dca735e5fe1e 100644 --- a/cui/uiconfig/ui/fontfragment.ui +++ b/cui/uiconfig/ui/fontfragment.ui @@ -30,6 +30,7 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> + <property name="inconsistent">True</property> <property name="draw_indicator">True</property> </object> <packing> |