diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-11-05 02:08:05 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-11-05 06:52:19 +0100 |
commit | e5b74c7ed55838d91514dadad707cb4c74aeeb3e (patch) | |
tree | 02028789df443f9df6f4b961ffe1abe20a4fc88a /cui/uiconfig | |
parent | 16dd2d153475265e9bdf9b8e736dca0b7b5b20f9 (diff) |
Position Dialog update
Change-Id: I2dcffd1d95e259e0c348aca037ba3c41e3b9b6ab
Reviewed-on: https://gerrit.libreoffice.org/82048
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/possizetabpage.ui | 8 | ||||
-rw-r--r-- | cui/uiconfig/ui/rotationtabpage.ui | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/cui/uiconfig/ui/possizetabpage.ui b/cui/uiconfig/ui/possizetabpage.ui index 94e7d628089e..af4555c3499d 100644 --- a/cui/uiconfig/ui/possizetabpage.ui +++ b/cui/uiconfig/ui/possizetabpage.ui @@ -132,7 +132,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> <child> @@ -161,7 +161,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> </object> @@ -311,7 +311,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> <child> @@ -340,7 +340,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> </object> diff --git a/cui/uiconfig/ui/rotationtabpage.ui b/cui/uiconfig/ui/rotationtabpage.ui index 3f307a1a869c..a36cbf0b220e 100644 --- a/cui/uiconfig/ui/rotationtabpage.ui +++ b/cui/uiconfig/ui/rotationtabpage.ui @@ -3,7 +3,7 @@ <interface domain="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustmentANGLE"> - <property name="upper">359.99000000000001</property> + <property name="upper">360</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> @@ -127,7 +127,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> <child> @@ -157,7 +157,7 @@ <packing> <property name="expand">True</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> </object> @@ -266,7 +266,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> <child> @@ -293,7 +293,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> </object> |