diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-04-20 16:20:03 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2020-04-21 09:12:08 +0200 |
commit | fcd1ed79ceb1bc182ec66bd9261bca5c6bf115b9 (patch) | |
tree | c2d3ba4a79ad45e8a2773fb94d892e1984a9faf7 | |
parent | 7dbff6fa55829e53be042e213b454d2466ff80fa (diff) |
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@gmail.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/picturepage.ui | 33 |
1 files changed, 20 insertions, 13 deletions
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> |