diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-29 19:08:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-30 11:18:06 +0100 |
commit | 793e5b7255deac7699ae3a0a9d147ae1a812d2ed (patch) | |
tree | ce430f2a8d7cddb076f0d4b3d5684882606a1133 /svx/uiconfig/ui/findreplacedialog.ui | |
parent | 84b08eaeb7b2e8a61ee0dab79cabae07e2209c3f (diff) |
drop deprecated GtkAlignment, move left/top-padding into child margin-start/top
for svx
Change-Id: Idab2d7eaa11ded175ca2ab66ec0e98ceb8e1626e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108487
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig/ui/findreplacedialog.ui')
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 1274 |
1 files changed, 624 insertions, 650 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index f06a81ed12e1..c4f1c3903398 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -71,137 +71,178 @@ <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> - <object class="GtkAlignment" id="alignment_srch"> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid" id="search_grid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <property name="margin-start">12</property> + <property name="margin-top">6</property> <child> <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="search_grid"> + <object class="GtkGrid" id="grid12"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="margin-end">6</property> <property name="hexpand">True</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> <child> - <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="grid12"> + <object class="GtkComboBoxText" id="searchterm"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> - <property name="margin-end">6</property> <property name="hexpand">True</property> - <child> - <object class="GtkComboBoxText" id="searchterm"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="valign">center</property> - <property name="hexpand">True</property> - <property name="has_entry">True</property> - <child internal-child="entry"> - <object class="GtkEntry" id="combobox-entry"> - <property name="can_focus">True</property> - <property name="activates_default">True</property> - </object> - </child> - <child internal-child="accessible"> - <object class="AtkObject" id="searchterm-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchterm">Enter the text that you want to find, or select a previous search from the list.</property> - </object> - </child> + <property name="has_entry">True</property> + <child internal-child="entry"> + <object class="GtkEntry" id="combobox-entry"> + <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> </child> - <child> - <object class="GtkComboBoxText" id="searchlist"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="hexpand">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="searchlist-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchlist">Enter the text that you want to find, or select a previous search from the list.</property> - </object> - </child> + <child internal-child="accessible"> + <object class="AtkObject" id="searchterm-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchterm">Enter the text that you want to find, or select a previous search from the list.</property> </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> </child> </object> <packing> - <property name="left_attach">1</property> + <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="height">2</property> </packing> </child> <child> - <object class="GtkLabel" id="label4"> - <property name="visible">True</property> + <object class="GtkComboBoxText" id="searchlist"> <property name="can_focus">False</property> - <property name="halign">start</property> - <property name="valign">center</property> - <property name="label" translatable="yes" context="findreplacedialog|label4">_Find:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">searchterm</property> - <property name="xalign">0</property> - <property name="yalign">0.4000000059604645</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> + <property name="no_show_all">True</property> + <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="searchlist-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchlist">Enter the text that you want to find, or select a previous search from the list.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + <property name="height">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label4"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="valign">center</property> + <property name="label" translatable="yes" context="findreplacedialog|label4">_Find:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">searchterm</property> + <property name="xalign">0</property> + <property name="yalign">0.4000000059604645</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="searchdesc"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="hexpand">True</property> + <property name="wrap">True</property> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="yalign">0.550000011920929</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="searchlabel"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="hexpand">True</property> + <property name="wrap">True</property> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <child internal-child="accessible"> + <object class="AtkObject" id="searchlabel-atkobject"> + <property name="AtkObject::accessible-role" translatable="no">static</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">4</property> + </packing> + </child> + <child> + <object class="GtkBox" id="checkboxrow"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">12</property> <child> - <object class="GtkLabel" id="searchdesc"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="hexpand">True</property> - <property name="wrap">True</property> - <property name="ellipsize">end</property> + <object class="GtkCheckButton" id="matchcase"> + <property name="label" translatable="yes" context="findreplacedialog|matchcase">Ma_tch case</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> - <property name="yalign">0.550000011920929</property> + <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="matchcase-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|matchcase">Distinguishes between uppercase and lowercase characters.</property> + </object> + </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkLabel" id="searchlabel"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="hexpand">True</property> - <property name="wrap">True</property> - <property name="ellipsize">end</property> + <object class="GtkCheckButton" id="searchformatted"> + <property name="label" translatable="yes" context="findreplacedialog|searchformatted">For_matted display</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> + <property name="draw_indicator">True</property> <child internal-child="accessible"> - <object class="AtkObject" id="searchlabel-atkobject"> - <property name="AtkObject::accessible-role" translatable="no">static</property> + <object class="AtkObject" id="searchformatted-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchformatted">Includes number formatting characters in the search.</property> </object> </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">4</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> <child> - <object class="GtkBox" id="checkboxrow"> + <object class="GtkBox" id="box6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">12</property> <child> - <object class="GtkCheckButton" id="matchcase"> - <property name="label" translatable="yes" context="findreplacedialog|matchcase">Ma_tch case</property> + <object class="GtkCheckButton" id="wholewords"> + <property name="label" translatable="yes" context="findreplacedialog|wholewords">Whole wor_ds only</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -209,8 +250,8 @@ <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> - <object class="AtkObject" id="matchcase-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|matchcase">Distinguishes between uppercase and lowercase characters.</property> + <object class="AtkObject" id="wholewords-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|wholewords">Searches for whole words or cells that are identical to the search text.</property> </object> </child> </object> @@ -221,106 +262,58 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="searchformatted"> - <property name="label" translatable="yes" context="findreplacedialog|searchformatted">For_matted display</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="searchformatted-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchformatted">Includes number formatting characters in the search.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box6"> - <property name="visible">True</property> + <object class="GtkLabel" id="entirecells"> <property name="can_focus">False</property> - <child> - <object class="GtkCheckButton" id="wholewords"> - <property name="label" translatable="yes" context="findreplacedialog|wholewords">Whole wor_ds only</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="wholewords-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|wholewords">Searches for whole words or cells that are identical to the search text.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="entirecells"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="label" translatable="yes" context="findreplacedialog|entirecells">_Entire cells</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> - <object class="GtkCheckButton" id="allsheets"> - <property name="label" translatable="yes" context="findreplacedialog|allsheets">All _sheets</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> <property name="no_show_all">True</property> + <property name="label" translatable="yes" context="findreplacedialog|entirecells">_Entire cells</property> <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">1</property> </packing> </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">3</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> </packing> </child> <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> + <object class="GtkCheckButton" id="allsheets"> + <property name="label" translatable="yes" context="findreplacedialog|allsheets">All _sheets</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> </child> </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">3</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> </child> </object> </child> @@ -349,116 +342,109 @@ <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> - <object class="GtkAlignment" id="alignment_rep"> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid" id="replace_grid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="left_padding">12</property> + <property name="orientation">vertical</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <property name="margin-start">12</property> <child> <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="replace_grid"> + <object class="GtkGrid" id="grid11"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="valign">center</property> + <property name="margin-end">6</property> <property name="hexpand">True</property> - <property name="orientation">vertical</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> <child> - <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="grid11"> + <object class="GtkComboBoxText" id="replaceterm"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> - <property name="margin-end">6</property> <property name="hexpand">True</property> - <child> - <object class="GtkComboBoxText" id="replaceterm"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="valign">center</property> - <property name="hexpand">True</property> - <property name="has_entry">True</property> - <child internal-child="entry"> - <object class="GtkEntry" id="combobox-entry2"> - <property name="can_focus">True</property> - <property name="activates_default">True</property> - </object> - </child> - <child internal-child="accessible"> - <object class="AtkObject" id="replaceterm-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replaceterm">Enter the replacement text, or select a recent replacement text or style from the list.</property> - </object> - </child> + <property name="has_entry">True</property> + <child internal-child="entry"> + <object class="GtkEntry" id="combobox-entry2"> + <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> </child> - <child> - <object class="GtkComboBoxText" id="replacelist"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="hexpand">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="replacelist-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replacelist">Enter the replacement text, or select a recent replacement text or style from the list.</property> - </object> - </child> + <child internal-child="accessible"> + <object class="AtkObject" id="replaceterm-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replaceterm">Enter the replacement text, or select a recent replacement text or style from the list.</property> </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - <property name="height">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="label5"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="halign">start</property> - <property name="valign">center</property> - <property name="label" translatable="yes" context="findreplacedialog|label5">Re_place:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">replaceterm</property> - <property name="xalign">0</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> - <object class="GtkLabel" id="replacedesc"> - <property name="width_request">1</property> + <object class="GtkComboBoxText" id="replacelist"> <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="hexpand">True</property> - <property name="wrap">True</property> - <property name="ellipsize">end</property> - <property name="xalign">0</property> + <child internal-child="accessible"> + <object class="AtkObject" id="replacelist-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replacelist">Enter the replacement text, or select a recent replacement text or style from the list.</property> + </object> + </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + <property name="height">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label5"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="valign">center</property> + <property name="label" translatable="yes" context="findreplacedialog|label5">Re_place:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">replaceterm</property> + <property name="xalign">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="replacedesc"> + <property name="width_request">1</property> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="hexpand">True</property> + <property name="wrap">True</property> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> </child> </object> </child> @@ -602,71 +588,65 @@ <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> - <object class="GtkAlignment" id="alignment_cmp"> + <object class="GtkBox" id="component_box"> <property name="visible">True</property> - <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> + <property name="can_focus">False</property> + <property name="spacing">18</property> + <property name="margin-start">12</property> + <property name="margin-top">6</property> <child> - <object class="GtkBox" id="component_box"> + <object class="GtkLabel" id="label7"> + <property name="can_focus">False</property> + <property name="label" translatable="no">Component Label</property> + <property name="use_underline">True</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">18</property> + <property name="spacing">12</property> <child> - <object class="GtkLabel" id="label7"> - <property name="can_focus">False</property> - <property name="label" translatable="no">Component Label</property> - <property name="use_underline">True</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> + <object class="GtkButton" id="component1"> + <property name="label" translatable="no">component button 1</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">12</property> - <child> - <object class="GtkButton" id="component1"> - <property name="label" translatable="no">component button 1</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="component2"> - <property name="label" translatable="no">component button 2</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <object class="GtkButton" id="component2"> + <property name="label" translatable="no">component button 2</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">1</property> </packing> </child> </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> </child> </object> </child> @@ -705,126 +685,250 @@ <property name="label_fill">True</property> <property name="resize_toplevel">True</property> <child> - <object class="GtkAlignment" id="alignment5"> + <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> + <property name="hexpand">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="margin-start">12</property> + <property name="margin-top">6</property> <child> - <object class="GtkBox" id="box2"> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="orientation">vertical</property> - <property name="spacing">12</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <property name="column_homogeneous">True</property> + <child> + <object class="GtkCheckButton" id="selection"> + <property name="label" translatable="yes" context="findreplacedialog|selection">C_urrent selection only</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="selection-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|selection">Searches only the selected text or cells.</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> <child> - <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="grid4"> + <object class="GtkCheckButton" id="regexp"> + <property name="label" translatable="yes" context="findreplacedialog|regexp">Re_gular expressions</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkButtonBox" id="buttonbox1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> - <property name="column_homogeneous">True</property> + <property name="spacing">12</property> + <property name="layout_style">spread</property> <child> - <object class="GtkCheckButton" id="selection"> - <property name="label" translatable="yes" context="findreplacedialog|selection">C_urrent selection only</property> + <object class="GtkButton" id="attributes"> + <property name="label" translatable="yes" context="findreplacedialog|attributes">Attribut_es...</property> <property name="can_focus">True</property> - <property name="receives_default">False</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="format"> + <property name="label" translatable="yes" context="findreplacedialog|format">For_mat...</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> <child internal-child="accessible"> - <object class="AtkObject" id="selection-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|selection">Searches only the selected text or cells.</property> + <object class="AtkObject" id="format-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|format">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</property> </object> </child> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkButton" id="noformat"> + <property name="label" translatable="yes" context="findreplacedialog|noformat">_No Format</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> </packing> </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">5</property> + <property name="width">2</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="layout"> + <property name="label" translatable="yes" context="findreplacedialog|layout">Search for st_yles</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="layout-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|layout">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Find list. To specify a replacement style, select a style from the Replace list.</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="includediacritics"> + <property name="label" translatable="yes" context="findreplacedialog|includediacritics">Diacritic-_sensitive</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">4</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="includekashida"> + <property name="label" translatable="yes" context="findreplacedialog|includekashida">_Kashida-sensitive</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">4</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="matchcharwidth"> + <property name="label" translatable="yes" context="findreplacedialog|matchcharwidth">Match character _width</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="matchcharwidth-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|matchcharwidth">Distinguishes between half-width and full-width character forms.</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">12</property> <child> - <object class="GtkCheckButton" id="regexp"> - <property name="label" translatable="yes" context="findreplacedialog|regexp">Re_gular expressions</property> + <object class="GtkCheckButton" id="similarity"> + <property name="label" translatable="yes" context="findreplacedialog|similarity">S_imilarity search</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="similarity-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|similarity">Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options.</property> + </object> + </child> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkButtonBox" id="buttonbox1"> - <property name="visible">True</property> - <property name="can_focus">False</property> + <object class="GtkButton" id="similaritybtn"> + <property name="label" translatable="yes" context="findreplacedialog|similaritybtn">Similarities...</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> + <property name="halign">end</property> <property name="hexpand">True</property> - <property name="spacing">12</property> - <property name="layout_style">spread</property> - <child> - <object class="GtkButton" id="attributes"> - <property name="label" translatable="yes" context="findreplacedialog|attributes">Attribut_es...</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="format"> - <property name="label" translatable="yes" context="findreplacedialog|format">For_mat...</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="format-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|format">Finds specific text formatting features, such as font types, font effects, and text flow characteristics.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkButton" id="noformat"> - <property name="label" translatable="yes" context="findreplacedialog|noformat">_No Format</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> + <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="similaritybtn-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|similaritybtn">Set the options for the similarity search.</property> </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> </child> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">5</property> - <property name="width">2</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">3</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box5"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">12</property> <child> - <object class="GtkCheckButton" id="layout"> - <property name="label" translatable="yes" context="findreplacedialog|layout">Search for st_yles</property> + <object class="GtkCheckButton" id="soundslike"> + <property name="label" translatable="yes" context="findreplacedialog|soundslike">Sounds like (_Japanese)</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -832,49 +936,67 @@ <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> - <object class="AtkObject" id="layout-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|layout">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Find list. To specify a replacement style, select a style from the Replace list.</property> + <object class="AtkObject" id="soundslike-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|soundslike">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the Sounds button to specify the search options.</property> </object> </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkCheckButton" id="includediacritics"> - <property name="label" translatable="yes" context="findreplacedialog|includediacritics">Diacritic-_sensitive</property> - <property name="visible">True</property> + <object class="GtkButton" id="soundslikebtn"> + <property name="label" translatable="yes" context="findreplacedialog|soundslikebtn">Sounds...</property> <property name="can_focus">True</property> - <property name="receives_default">False</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> + <property name="halign">end</property> + <property name="hexpand">True</property> <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="soundslikebtn-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|soundslikebtn">Sets the search options for similar notation used in Japanese text.</property> + </object> + </child> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">4</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">3</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box7"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> - <object class="GtkCheckButton" id="includekashida"> - <property name="label" translatable="yes" context="findreplacedialog|includekashida">_Kashida-sensitive</property> - <property name="visible">True</property> + <object class="GtkCheckButton" id="wildcard"> + <property name="label" translatable="yes" context="findreplacedialog|wildcard">Wil_dcards</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="no_show_all">True</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">4</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkCheckButton" id="matchcharwidth"> - <property name="label" translatable="yes" context="findreplacedialog|matchcharwidth">Match character _width</property> + <object class="GtkCheckButton" id="notes"> + <property name="label" translatable="yes" context="findreplacedialog|notes">Comme_nts</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -882,258 +1004,137 @@ <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> - <object class="AtkObject" id="matchcharwidth-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|matchcharwidth">Distinguishes between half-width and full-width character forms.</property> + <object class="AtkObject" id="notes-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|notes">In Writer, you can select to include the comment texts in your searches.</property> </object> </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> - <child> - <object class="GtkBox" id="box3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">12</property> - <child> - <object class="GtkCheckButton" id="similarity"> - <property name="label" translatable="yes" context="findreplacedialog|similarity">S_imilarity search</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="similarity-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|similarity">Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="similaritybtn"> - <property name="label" translatable="yes" context="findreplacedialog|similaritybtn">Similarities...</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - <property name="halign">end</property> - <property name="hexpand">True</property> - <property name="use_underline">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="similaritybtn-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|similaritybtn">Set the options for the similarity search.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="replace_backwards"> + <property name="label" translatable="yes" context="findreplacedialog|replace_backwards">Replace _backwards</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="replace_backwards-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replace_backwards">Search starts at the current cursor position and goes backwards to the beginning of the file.</property> </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">3</property> - </packing> </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid" id="calcgrid"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <property name="column_homogeneous">True</property> + <child> + <object class="GtkBox" id="searchin_box"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">15</property> <child> - <object class="GtkBox" id="box5"> - <property name="visible">True</property> + <object class="GtkLabel" id="searchinlabel"> <property name="can_focus">False</property> - <property name="spacing">12</property> - <child> - <object class="GtkCheckButton" id="soundslike"> - <property name="label" translatable="yes" context="findreplacedialog|soundslike">Sounds like (_Japanese)</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="soundslike-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|soundslike">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the Sounds button to specify the search options.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="soundslikebtn"> - <property name="label" translatable="yes" context="findreplacedialog|soundslikebtn">Sounds...</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="no_show_all">True</property> - <property name="halign">end</property> - <property name="hexpand">True</property> - <property name="use_underline">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="soundslikebtn-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|soundslikebtn">Sets the search options for similar notation used in Japanese text.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="no_show_all">True</property> + <property name="label" translatable="yes" context="findreplacedialog|searchinlabel">Search i_n:</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">3</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box7"> - <property name="visible">True</property> + <object class="GtkComboBoxText" id="calcsearchin"> <property name="can_focus">False</property> - <child> - <object class="GtkCheckButton" id="wildcard"> - <property name="label" translatable="yes" context="findreplacedialog|wildcard">Wil_dcards</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkCheckButton" id="notes"> - <property name="label" translatable="yes" context="findreplacedialog|notes">Comme_nts</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="notes-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|notes">In Writer, you can select to include the comment texts in your searches.</property> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> - <object class="GtkCheckButton" id="replace_backwards"> - <property name="label" translatable="yes" context="findreplacedialog|replace_backwards">Replace _backwards</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="replace_backwards-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replace_backwards">Search starts at the current cursor position and goes backwards to the beginning of the file.</property> - </object> - </child> + <items> + <item translatable="yes" context="findreplacedialog|calcsearchin">Formulas</item> + <item translatable="yes" context="findreplacedialog|calcsearchin">Values</item> + <item translatable="yes" context="findreplacedialog|calcsearchin">Comments</item> + </items> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> + <property name="left_attach">1</property> + <property name="top_attach">0</property> </packing> </child> <child> - <!-- n-columns=1 n-rows=1 --> - <object class="GtkGrid" id="calcgrid"> + <object class="GtkBox" id="searchdirection_box"> + <property name="visible">True</property> <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> - <property name="column_homogeneous">True</property> + <property name="margin-start">4</property> + <property name="spacing">15</property> <child> - <object class="GtkBox" id="searchin_box"> - <property name="visible">True</property> + <object class="GtkLabel" id="searchdir"> <property name="can_focus">False</property> - <property name="spacing">15</property> - <child> - <object class="GtkLabel" id="searchinlabel"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="label" translatable="yes" context="findreplacedialog|searchinlabel">Search i_n:</property> - <property name="use_underline">True</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="calcsearchin"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <items> - <item translatable="yes" context="findreplacedialog|calcsearchin">Formulas</item> - <item translatable="yes" context="findreplacedialog|calcsearchin">Values</item> - <item translatable="yes" context="findreplacedialog|calcsearchin">Comments</item> - </items> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="no_show_all">True</property> + <property name="label" translatable="yes" context="findreplacedialog|searchdir">Direction:</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="searchdirection_box"> + <object class="GtkBox" id="box4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin-start">4</property> <property name="spacing">15</property> <child> - <object class="GtkLabel" id="searchdir"> - <property name="can_focus">False</property> + <object class="GtkRadioButton" id="rows"> + <property name="label" translatable="yes" context="findreplacedialog|rows">Ro_ws</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes" context="findreplacedialog|searchdir">Direction:</property> <property name="use_underline">True</property> <property name="xalign">0</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + <accessibility> + <relation type="member-of" target="searchdir"/> + </accessibility> </object> <packing> <property name="expand">False</property> @@ -1142,50 +1143,18 @@ </packing> </child> <child> - <object class="GtkBox" id="box4"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">15</property> - <child> - <object class="GtkRadioButton" id="rows"> - <property name="label" translatable="yes" context="findreplacedialog|rows">Ro_ws</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="active">True</property> - <property name="draw_indicator">True</property> - <accessibility> - <relation type="member-of" target="searchdir"/> - </accessibility> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkRadioButton" id="cols"> - <property name="label" translatable="yes" context="findreplacedialog|cols">Colum_ns</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="no_show_all">True</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <property name="group">rows</property> - <accessibility> - <relation type="member-of" target="searchdir"/> - </accessibility> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <object class="GtkRadioButton" id="cols"> + <property name="label" translatable="yes" context="findreplacedialog|cols">Colum_ns</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="group">rows</property> + <accessibility> + <relation type="member-of" target="searchdir"/> + </accessibility> </object> <packing> <property name="expand">False</property> @@ -1195,18 +1164,23 @@ </child> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> + <property name="left_attach">0</property> + <property name="top_attach">0</property> </packing> </child> </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> </child> </object> </child> |