Resolves: tdf#132038 missing adjustment for rotation

Change-Id: Ib4702627578e06f209c9c58021971eb4e1ed39a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92020
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sw/uiconfig/swriter/ui/picturepage.ui b/sw/uiconfig/swriter/ui/picturepage.ui
index 0c38fbf..42d38d2 100644
--- a/sw/uiconfig/swriter/ui/picturepage.ui
+++ b/sw/uiconfig/swriter/ui/picturepage.ui
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.22.2 -->
<interface domain="sw">
  <requires lib="gtk+" version="3.18"/>
  <requires lib="LibreOffice" version="1.0"/>
  <object class="GtkAdjustment" id="adjustmentANGLE">
    <property name="upper">360</property>
    <property name="step_increment">1</property>
    <property name="page_increment">10</property>
  </object>
  <object class="GtkGrid" id="PicturePage">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
@@ -273,7 +277,8 @@
                      <object class="GtkSpinButton" id="NF_ANGLE">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="text" context="picturepage">0,00</property>
                        <property name="activates_default">True</property>
                        <property name="adjustment">adjustmentANGLE</property>
                        <property name="digits">2</property>
                        <property name="wrap">True</property>
                      </object>