[Libreoffice-commits] core.git: Branch 'libreoffice-6-3-6' - sw/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 14 19:07:45 UTC 2020
sw/uiconfig/swriter/ui/picturepage.ui | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
New commits:
commit 8c79a3caa41c233e2a716d9f5bbfe2652d389452
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Apr 12 15:14:43 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Apr 14 21:07:10 2020 +0200
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 at ubuntu.com>
(cherry picked from commit 5a2d42cab6b95c9fc4bc1ce86d740f35e37ae0a1)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92021
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>
diff --git a/sw/uiconfig/swriter/ui/picturepage.ui b/sw/uiconfig/swriter/ui/picturepage.ui
index 0c38fbfb9bad..42d38d2baab3 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>
More information about the Libreoffice-commits
mailing list