[gnome-builder] plugins/editorui: move tweak with other highlighting



commit 579a6b1796b931b0d31d770b71d9bc935888333a
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 11 19:19:05 2022 -0500

    plugins/editorui: move tweak with other highlighting

 src/plugins/editorui/tweaks.ui | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)
---
diff --git a/src/plugins/editorui/tweaks.ui b/src/plugins/editorui/tweaks.ui
index 7377406f1..c82f86e85 100644
--- a/src/plugins/editorui/tweaks.ui
+++ b/src/plugins/editorui/tweaks.ui
@@ -210,7 +210,7 @@
                     </child>
                     <child>
                       <object class="IdeTweaksGroup" id="editor_page_highlight_group">
-                        <property name="title" translatable="yes">Syntax Highlighting</property>
+                        <property name="title" translatable="yes">Highlighting</property>
                         <child>
                           <object class="IdeTweaksSwitch" id="editor_highlight_line">
                             <property name="title" translatable="yes">Highlight Current Line</property>
@@ -247,6 +247,18 @@
                             </property>
                           </object>
                         </child>
+                        <child>
+                          <object class="IdeTweaksSwitch" id="editor_enable_search_bubbles">
+                            <property name="title" translatable="yes">Search Shadows</property>
+                            <property name="subtitle" translatable="yes">Display search results with 
additional styling to stand out</property>
+                            <property name="binding">
+                              <object class="IdeTweaksSetting">
+                                <property name="schema-id">org.gnome.builder.editor</property>
+                                <property name="schema-key">enable-search-bubbles</property>
+                              </object>
+                            </property>
+                          </object>
+                        </child>
                       </object>
                     </child>
                     <child>
@@ -349,23 +361,6 @@
                         </child>
                       </object>
                     </child>
-                    <child>
-                      <object class="IdeTweaksGroup">
-                        <property name="title" translatable="yes">Misc</property>
-                        <child>
-                          <object class="IdeTweaksSwitch" id="editor_enable_search_bubbles">
-                            <property name="title" translatable="yes">Search Shadows</property>
-                            <property name="subtitle" translatable="yes">Display search results with 
additional styling to stand out</property>
-                            <property name="binding">
-                              <object class="IdeTweaksSetting">
-                                <property name="schema-id">org.gnome.builder.editor</property>
-                                <property name="schema-key">enable-search-bubbles</property>
-                              </object>
-                            </property>
-                          </object>
-                        </child>
-                      </object>
-                    </child>
                   </object>
                 </child>
                 <child>


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