diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-13 17:15:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-13 17:17:37 +0100 |
commit | 3bd190aea386d16bee9c129699d1e19580a2d4ba (patch) | |
tree | feb26f62832a7b91a383381cadb26038f3f0c5eb /sc/uiconfig/scalc | |
parent | 3e19a763b95c45c275d15356ff5531e855cfcb03 (diff) |
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
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/validationdialog.ui | 106 |
1 files changed, 59 insertions, 47 deletions
diff --git a/sc/uiconfig/scalc/ui/validationdialog.ui b/sc/uiconfig/scalc/ui/validationdialog.ui index cb6e4ffccdad..9caae9e28973 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> |