dbaccess/uiconfig/ui/generalpagewizard.ui | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-)
New commits: commit 4ae4eb3a63b78c97dd72097bb6b85292921f4ad6 Author: Oscar Megía López <[email protected]> AuthorDate: Sat Sep 13 10:19:02 2025 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Thu Oct 2 13:24:35 2025 +0200 tdf#141931 Align control in 1st step of Database Wizard Change-Id: Ic9f78fe0e2683b03e66f4bf6a9bb960208f1a8d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190913 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui index 00efb8fe80de..b0fabbf36b4e 100644 --- a/dbaccess/uiconfig/ui/generalpagewizard.ui +++ b/dbaccess/uiconfig/ui/generalpagewizard.ui @@ -230,10 +230,31 @@ </packing> </child> <child> + <object class="GtkBox" id="docListBoxDatasourceType"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-start">24</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="docListLabelDatasourceType"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="label" translatable="yes" context="generalpagewizard|docListLabelDatasourceType">_Database:</property> + <property name="use-underline">True</property> + <property name="mnemonic-widget">datasourceType</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> <object class="GtkComboBoxText" id="datasourceType"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="halign">start</property> + <property name="hexpand">True</property> <property name="margin-start">24</property> <child internal-child="accessible"> <object class="AtkObject" id="datasourceType-atkobject"> @@ -246,6 +267,12 @@ <property name="top-attach">10</property> </packing> </child> + </object> + <packing> + <property name="left-attach">0</property> + <property name="top-attach">10</property> + </packing> + </child> <child> <object class="GtkLabel" id="specialMessage"> <property name="can-focus">False</property>
