diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2017-04-22 15:41:16 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-05-02 11:02:07 +0200 |
commit | 8b56a5ceed41a1bb0a82af71c90973f50f54e4b8 (patch) | |
tree | e102c6628319d760d47980b2e5db20ad3bef5adc /sd/uiconfig/sdraw | |
parent | 591ac7e604fa47304a5ddc1a4f9badbba1199903 (diff) |
tdf#77816 Duplicate dlg: enable fractionnal angle
In Duplicate dialog of Draw:
Count angle in 100th of degree
Change-Id: If1af9a42e7c35d39edbdc3fa624489d7e38b42e1
Reviewed-on: https://gerrit.libreoffice.org/36816
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index ddadc3fdcd77..07c1a506afda 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -273,6 +273,7 @@ <property name="hexpand">True</property> <property name="invisible_char">●</property> <property name="adjustment">adjustment2</property> + <property name="digits">2</property> </object> <packing> <property name="left_attach">1</property> |