diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-24 19:38:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-24 22:42:51 +0200 |
commit | 3e5abe71c0f00969425da347e272b49c2624f40b (patch) | |
tree | 2e5dde2de13dc5f5a8a5e363850971a2b04c16a5 /dbaccess/uiconfig | |
parent | 77af4cb9715a00f4f5165fcd912b9640d5ffbca3 (diff) |
drop intermediate TabPage
OColumnControlWindow can be seen used in "use wizard to create table" from base
Change-Id: Ib59b487c6711321550c1b516986ef20df402b171
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99414
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/colcontrolbox.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/colcontrolbox.ui b/dbaccess/uiconfig/ui/colcontrolbox.ui new file mode 100644 index 000000000000..74ce361e63d8 --- /dev/null +++ b/dbaccess/uiconfig/ui/colcontrolbox.ui @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.36.0 --> +<interface domain="dba"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkBox" id="ColControlBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + </object> +</interface> |