sc/uiconfig/scalc/ui/validationdialog.ui | 106 +++++++++++++++++-------------- 1 file changed, 59 insertions(+), 47 deletions(-)
New commits: commit a3d89b98ac7b25c63cf06cce330e705b20fa5335 Author: Caolán McNamara <[email protected]> Date: Mon Jun 13 17:15:50 2016 +0100 Resolves: tdf#100048 we can rearrange the hidden child to allow tab traversal the problem is the hidden window used to be the temp parent for the ref edit and button when this dialog is in shrink-ed to reference mode from the cell-range option on the criteria page Change-Id: Ic11299aae159b4f58f2158442b0a787fb0607c03 (cherry picked from commit 3bd190aea386d16bee9c129699d1e19580a2d4ba) diff --git a/sc/uiconfig/scalc/ui/validationdialog.ui b/sc/uiconfig/scalc/ui/validationdialog.ui index cb6e4ff..9caae9e 100644 --- a/sc/uiconfig/scalc/ui/validationdialog.ui +++ b/sc/uiconfig/scalc/ui/validationdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.0 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="ValidationDialog"> @@ -85,73 +85,85 @@ </packing> </child> <child> - <object class="GtkNotebook" id="tabcontrol"> + <object class="GtkBox"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> <child> - <placeholder/> - </child> - <child type="tab"> - <object class="GtkLabel" id="criteria"> + <object class="GtkNotebook" id="tabcontrol"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Criteria</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child> + <placeholder/> + </child> + <child type="tab"> + <object class="GtkLabel" id="criteria"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Criteria</property> + </object> + <packing> + <property name="tab_fill">False</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child type="tab"> + <object class="GtkLabel" id="inputhelp"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Input Help</property> + </object> + <packing> + <property name="position">1</property> + <property name="tab_fill">False</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child type="tab"> + <object class="GtkLabel" id="erroralert"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Error Alert</property> + </object> + <packing> + <property name="position">2</property> + <property name="tab_fill">False</property> + </packing> + </child> </object> <packing> - <property name="tab_fill">False</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <placeholder/> - </child> - <child type="tab"> - <object class="GtkLabel" id="inputhelp"> + <object class="GtkBox" id="refinputbox"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Input Help</property> + <child> + <placeholder/> + </child> </object> <packing> + <property name="expand">False</property> + <property name="fill">True</property> <property name="position">1</property> - <property name="tab_fill">False</property> - </packing> - </child> - <child> - <placeholder/> - </child> - <child type="tab"> - <object class="GtkLabel" id="erroralert"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Error Alert</property> - </object> - <packing> - <property name="position">2</property> - <property name="tab_fill">False</property> </packing> </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> - <child> - <object class="GtkBox" id="refinputbox"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <child> - <placeholder/> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> </object> </child> <action-widgets>
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
