[Libreoffice-commits] core.git: sw/uiconfig
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 21 07:12:47 UTC 2020
sw/uiconfig/swriter/ui/picturepage.ui | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)
New commits:
commit fcd1ed79ceb1bc182ec66bd9261bca5c6bf115b9
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Mon Apr 20 16:20:03 2020 +0200
Commit: andreas_kainz <kainz.a at gmail.com>
CommitDate: Tue Apr 21 09:12:08 2020 +0200
tdf#132039 Image Dialog: The field file name is to short
Change-Id: I758a43b207186e98501eb8c58d3e6435463a451c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92576
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a at gmail.com>
diff --git a/sw/uiconfig/swriter/ui/picturepage.ui b/sw/uiconfig/swriter/ui/picturepage.ui
index f3ba3d955d89..d8ecb4da4d40 100644
--- a/sw/uiconfig/swriter/ui/picturepage.ui
+++ b/sw/uiconfig/swriter/ui/picturepage.ui
@@ -40,19 +40,20 @@
<property name="receives_default">True</property>
</object>
<packing>
- <property name="left_attach">1</property>
- <property name="top_attach">1</property>
+ <property name="left_attach">2</property>
+ <property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="hexpand">True</property>
<property name="activates_default">True</property>
</object>
<packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
</packing>
</child>
<child>
@@ -67,7 +68,6 @@
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
- <property name="width">2</property>
</packing>
</child>
</object>
@@ -88,6 +88,7 @@
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
@@ -110,7 +111,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">3</property>
- <property name="column_spacing">24</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="vert">
<property name="label" translatable="yes" context="picturepage|vert">_Vertically</property>
@@ -267,7 +268,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
- <property name="spacing">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkLabel" id="FT_ANGLE">
<property name="visible">True</property>
@@ -365,14 +366,9 @@
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
+ <property name="width">2</property>
</packing>
</child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
@@ -386,4 +382,15 @@
<widget name="browse"/>
</widgets>
</object>
+ <object class="GtkSizeGroup" id="sizegroup3">
+ <widgets>
+ <widget name="vert"/>
+ <widget name="hori"/>
+ <widget name="allpages"/>
+ <widget name="leftpages"/>
+ <widget name="rightpages"/>
+ <widget name="label1"/>
+ <widget name="FT_ANGLE"/>
+ </widgets>
+ </object>
</interface>
More information about the Libreoffice-commits
mailing list