[gtranslator: 4/10] search-bar: Format UI file




commit 8d9cc4683d4f3c8234fae3645237ed619e96cd24
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Tue Mar 15 22:08:47 2022 +0100

    search-bar: Format UI file
    
    Use proper 2 space indentations, no additional changes are made.

 src/gtr-search-bar.ui | 151 +++++++++++++++++++++++++-------------------------
 1 file changed, 75 insertions(+), 76 deletions(-)
---
diff --git a/src/gtr-search-bar.ui b/src/gtr-search-bar.ui
index 592cad30..52adbbb4 100644
--- a/src/gtr-search-bar.ui
+++ b/src/gtr-search-bar.ui
@@ -69,7 +69,7 @@
                 </style>
                 <child>
                   <object class="GtkButton" id="previous_button">
-          <!--          <property name="action-name">editor-search.move-previous</property> -->
+                    <!-- <property name="action-name">editor-search.move-previous</property> -->
                     <property name="visible">true</property>
                     <property name="can-focus">false</property>
                     <child>
@@ -89,7 +89,7 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="next_button">
-                 <!--   <property name="action-name">editor-search.move-next</property> -->
+                    <!-- <property name="action-name">editor-search.move-next</property> -->
                     <property name="visible">true</property>
                     <property name="can-focus">false</property>
                     <child>
@@ -116,7 +116,7 @@
             <child>
               <object class="GtkButton" id="replace_button">
                 <property name="label" translatable="yes">Replace</property>
-      <!--          <property name="action-name">editor-search.replace</property> -->
+                <!-- <property name="action-name">editor-search.replace</property> -->
                 <property name="visible">false</property>
                 <property name="can-focus">true</property>
               </object>
@@ -128,7 +128,7 @@
             <child>
               <object class="GtkButton" id="replace_all_button">
                 <property name="label" translatable="yes">Replace All</property>
-     <!--           <property name="action-name">editor-search.replace-all</property> -->
+                <!-- <property name="action-name">editor-search.replace-all</property> -->
                 <property name="visible">false</property>
                 <property name="can-focus">true</property>
               </object>
@@ -205,79 +205,78 @@
             <property name="can-focus">false</property>
             <property name="column_spacing">8</property>
             <child>
-                     <object class="GtkCheckButton" id="case_sensitive">
-                        <property name="label" translatable="yes">Case sensitive</property>
-                        <property name="visible">true</property>
-                        <property name="can-focus">false</property>
-                        <property name="xalign">0</property>
-                        <property name="draw-indicator">true</property>
-                     </object>
-                     <packing>
-                        <property name="left_attach">0</property>
-                        <property name="top_attach">0</property>
-                     </packing>
-                  </child>
-                  <child>
-                     <object class="GtkCheckButton" id="whole_word">
-                        <property name="label" translatable="yes">Match whole word only</property>
-                        <property name="visible">true</property>
-                        <property name="can-focus">false</property>
-                        <property name="xalign">0</property>
-                        <property name="draw-indicator">true</property>
-                     </object>
-                     <packing>
-                        <property name="left_attach">1</property>
-                        <property name="top_attach">0</property>
-                     </packing>
-                  </child>
-                  <child>
-                     <object class="GtkCheckButton" id="wrap_around_button">
-                        <property name="label" translatable="yes">Wrap Around</property>
-                        <property name="visible">true</property>
-                        <property name="can-focus">false</property>
-                        <property name="xalign">1</property>
-                        <property name="draw-indicator">true</property>
-                     </object>
-                     <packing>
-                        <property name="left_attach">2</property>
-                        <property name="top_attach">0</property>
-                     </packing>
-                  </child>
-                  <child>
-                     <object class="GtkCheckButton" id="original_text_checkbutton">
-                        <property name="label" translatable="yes">Original text</property>
-                        <property name="visible">true</property>
-                        <property name="can-focus">false</property>
-                        <property name="xalign">1</property>
-                        <property name="draw-indicator">true</property>
-                     </object>
-                     <packing>
-                        <property name="left_attach">0</property>
-                        <property name="top_attach">1</property>
-                     </packing>
-                  </child>
-                  <child>
-                     <object class="GtkCheckButton" id="translated_text_checkbutton">
-                        <property name="label" translatable="yes">Translated text</property>
-                        <property name="visible">true</property>
-                        <property name="can-focus">false</property>
-                        <property name="xalign">1</property>
-                        <property name="draw-indicator">true</property>
-                     </object>
-                     <packing>
-                        <property name="left_attach">1</property>
-                        <property name="top_attach">1</property>
-                     </packing>
-                  </child>
-               </object>
-               <packing>
-                  <property name="expand">false</property>
-                  <property name="fill">true</property>
-                  <property name="position">1</property>
-               </packing>
-          </child>
+              <object class="GtkCheckButton" id="case_sensitive">
+                <property name="label" translatable="yes">Case sensitive</property>
+                <property name="visible">true</property>
+                <property name="can-focus">false</property>
+                <property name="xalign">0</property>
+                <property name="draw-indicator">true</property>
+              </object>
+              <packing>
+                <property name="left_attach">0</property>
+                <property name="top_attach">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkCheckButton" id="whole_word">
+                <property name="label" translatable="yes">Match whole word only</property>
+                <property name="visible">true</property>
+                <property name="can-focus">false</property>
+                <property name="xalign">0</property>
+                <property name="draw-indicator">true</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="top_attach">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkCheckButton" id="wrap_around_button">
+                <property name="label" translatable="yes">Wrap Around</property>
+                <property name="visible">true</property>
+                <property name="can-focus">false</property>
+                <property name="xalign">1</property>
+                <property name="draw-indicator">true</property>
+              </object>
+              <packing>
+                <property name="left_attach">2</property>
+                <property name="top_attach">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkCheckButton" id="original_text_checkbutton">
+                <property name="label" translatable="yes">Original text</property>
+                <property name="visible">true</property>
+                <property name="can-focus">false</property>
+                <property name="xalign">1</property>
+                <property name="draw-indicator">true</property>
+              </object>
+              <packing>
+                <property name="left_attach">0</property>
+                <property name="top_attach">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkCheckButton" id="translated_text_checkbutton">
+                <property name="label" translatable="yes">Translated text</property>
+                <property name="visible">true</property>
+                <property name="can-focus">false</property>
+                <property name="xalign">1</property>
+                <property name="draw-indicator">true</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="top_attach">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">false</property>
+            <property name="fill">true</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
       </object>
     </child>
   </template>
 </interface>
-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]