[gnome-control-center/gbsneto/applications-panel-cleanups: 11/18] applications: Remove section titles




commit 94f85b2f51e54af62d35efeee83d74c5e6099746
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jan 20 14:41:02 2022 -0300

    applications: Remove section titles
    
    Latest  mockups don't have them. There's still some more
    shuffling to do, so let's remove the titles now to help
    with that.

 panels/applications/cc-applications-panel.ui | 56 +++++-----------------------
 1 file changed, 9 insertions(+), 47 deletions(-)
---
diff --git a/panels/applications/cc-applications-panel.ui b/panels/applications/cc-applications-panel.ui
index 70e856f66..e4882c04e 100644
--- a/panels/applications/cc-applications-panel.ui
+++ b/panels/applications/cc-applications-panel.ui
@@ -107,9 +107,6 @@
 
             <child>
               <object class="AdwPreferencesGroup" id="permission_section">
-                <property name="title" translatable="yes">Permissions &amp;amp; Access</property>
-                <property name="description" translatable="yes">Data and services that this app has asked 
for access to and permissions that it requires.</property>
-
                 <child>
                   <object class="GtkListBox" id="permission_list">
                     <property name="selection-mode">none</property>
@@ -174,8 +171,6 @@
 
             <child>
               <object class="AdwPreferencesGroup" id="integration_section">
-                <property name="title" translatable="yes">Integration</property>
-                <property name="description" translatable="yes">System features used by this 
application.</property>
                 <child>
                   <object class="GtkListBox" id="integration_list">
                     <property name="selection-mode">none</property>
@@ -240,48 +235,6 @@
 
             <child>
               <object class="AdwPreferencesGroup" id="handler_section">
-                <child>
-                  <object class="GtkBox">
-                    <property name="margin-bottom">12</property>
-                    <property name="spacing">6</property>
-                    <child>
-                      <object class="GtkBox">
-                        <property name="orientation">vertical</property>
-                        <property name="spacing">6</property>
-                        <child>
-                          <object class="GtkLabel">
-                            <property name="xalign">0</property>
-                            <property name="label" translatable="yes">Default Handlers</property>
-                            <style>
-                              <class name="heading"/>
-                              <class name="h4"/>
-                            </style>
-                          </object>
-                        </child>
-                        <child>
-                          <object class="GtkLabel">
-                            <property name="hexpand">True</property>
-                            <property name="xalign">0</property>
-                            <property name="wrap">1</property>
-                            <property name="max-width-chars">50</property>
-                            <property name="label" translatable="yes">Types of files and links that this 
application opens.</property>
-                            <style>
-                              <class name="dim-label"/>
-                            </style>
-                          </object>
-                        </child>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkButton" id="handler_reset">
-                        <property name="halign">end</property>
-                        <property name="valign">center</property>
-                        <property name="label" translatable="yes">Reset</property>
-                        <signal name="clicked" handler="handler_reset_cb" object="CcApplicationsPanel" 
swapped="yes"/>
-                      </object>
-                    </child>
-                  </object>
-                </child>
                 <child>
                   <object class="GtkListBox" id="handler_list">
                     <property name="selection-mode">none</property>
@@ -291,6 +244,15 @@
                     </style>
                   </object>
                 </child>
+                <child>
+                  <object class="GtkButton" id="handler_reset">
+                    <property name="halign">end</property>
+                    <property name="valign">center</property>
+                    <property name="margin-top">12</property>
+                    <property name="label" translatable="yes">Reset</property>
+                    <signal name="clicked" handler="handler_reset_cb" object="CcApplicationsPanel" 
swapped="yes"/>
+                  </object>
+                </child>
               </object>
             </child>
 


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