summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-08-24 11:14:46 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-08-25 17:09:14 +0200
commit66e505fba39dc1c7663e157cc76544f2547b0b17 (patch)
treebb3a58e5c8f2a4cc560d96a916e70c69ae0f3a37
parenttdf#141097 Revert "Veto process exit while an OLE client is connected" (diff)
downloadcore-66e505fba39dc1c7663e157cc76544f2547b0b17.tar.gz
core-66e505fba39dc1c7663e157cc76544f2547b0b17.zip
Resolves tdf#143633 - Image size wrong after disabling relative image width
Adjustments added back, missing from 3cbecf3d0d9d68de286589e153ee31f8f709be03 Change-Id: Ia2f64fbf0792bd0916052c01e79b37d8820f8b0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120940 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> (cherry picked from commit dd5039ceea319ebfc72a3e032753b22538add12e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120983 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r--sw/uiconfig/swriter/ui/frmtypepage.ui28
1 files changed, 28 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/frmtypepage.ui b/sw/uiconfig/swriter/ui/frmtypepage.ui
index 8907287b4e64..46df71aa8685 100644
--- a/sw/uiconfig/swriter/ui/frmtypepage.ui
+++ b/sw/uiconfig/swriter/ui/frmtypepage.ui
@@ -2,6 +2,30 @@
<!-- Generated with glade 3.38.2 -->
<interface domain="sw">
<requires lib="gtk+" version="3.20"/>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="lower">0.05</property>
+ <property name="upper">100</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment2">
+ <property name="lower">-100</property>
+ <property name="upper">100</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment3">
+ <property name="lower">0.05</property>
+ <property name="upper">100</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment4">
+ <property name="lower">-100</property>
+ <property name="upper">100</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
<!-- n-columns=1 n-rows=2 -->
<object class="GtkGrid" id="FrameTypePage">
<property name="visible">True</property>
@@ -83,6 +107,7 @@
<property name="halign">start</property>
<property name="activates-default">True</property>
<property name="truncate-multiline">True</property>
+ <property name="adjustment">adjustment1</property>
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="width-atkobject">
@@ -199,6 +224,7 @@
<property name="halign">start</property>
<property name="activates-default">True</property>
<property name="truncate-multiline">True</property>
+ <property name="adjustment">adjustment2</property>
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="height-atkobject">
@@ -568,6 +594,7 @@
<property name="can-focus">True</property>
<property name="activates-default">True</property>
<property name="truncate-multiline">True</property>
+ <property name="adjustment">adjustment3</property>
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="byhori-atkobject">
@@ -645,6 +672,7 @@
<property name="can-focus">True</property>
<property name="activates-default">True</property>
<property name="truncate-multiline">True</property>
+ <property name="adjustment">adjustment4</property>
<property name="digits">2</property>
<child internal-child="accessible">
<object class="AtkObject" id="byvert-atkobject">