diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-06 14:20:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-06 16:31:45 +0200 |
commit | 0ec10cff008eb2d8b2c4f5b5fa35b25162081e9e (patch) | |
tree | 66469f08334bd3debf8e72658dcdc5f0b17eba10 /sfx2/uiconfig | |
parent | 5c299f0112441ca095276376a9973cb4ff0fda02 (diff) |
template dialog starts in thumbnail view without thumbnail shown toggled
and only toggled thumbnail toggle to on if it wasn't already in that
mode, so default it toggled on in the .ui so it matches the initial
setting
Change-Id: I8c64014880d6f7ca4d6043bfef32b90040745dbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120117
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index 51846213a9eb..45ab9791bfb3 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -467,6 +467,7 @@ <property name="image">image8</property> <property name="relief">none</property> <property name="always-show-image">True</property> + <property name="active">True</property> </object> <packing> <property name="expand">False</property> |