[epiphany] clear-data-view: Drop useless flowbox



commit 212d3c44e95e9aedc8f52c1ec0f7b7cf6a87809a
Author: vanadiae <vanadiae35 gmail com>
Date:   Tue Jul 13 23:10:01 2021 +0200

    clear-data-view: Drop useless flowbox
    
    The flowbox was used when there was a second child, a comboboxtext, but it
    is no longer useful because there's only a label as child now. It even made
    the label look like it was focusable with the keyboard (with the focus outline),
    as the GtkFlowBoxChild was focusable.
    
    So this commit removes the useless flowbox.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/987>

 src/resources/gtk/clear-data-view.ui | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)
---
diff --git a/src/resources/gtk/clear-data-view.ui b/src/resources/gtk/clear-data-view.ui
index 2b6ef7e4a..a7ba6b952 100644
--- a/src/resources/gtk/clear-data-view.ui
+++ b/src/resources/gtk/clear-data-view.ui
@@ -52,23 +52,14 @@
                     <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
                     <child>
-                      <object class="GtkFlowBox">
+                      <object class="GtkLabel">
                         <property name="visible">True</property>
-                        <property name="column_spacing">12</property>
-                        <property name="selection_mode">none</property>
-                        <property name="max_children_per_line">2</property>
-                        <property name="min_children_per_line">1</property>
-                        <child>
-                          <object class="GtkLabel">
-                            <property name="visible">True</property>
-                            <property name="label" translatable="yes">Clear selected personal 
data:</property>
-                            <property name="use-underline">True</property>
-                            <property name="halign">start</property>
-                            <property name="xalign">0</property>
-                            <property name="wrap">True</property>
-                            <property name="justify">left</property>
-                          </object>
-                        </child>
+                        <property name="label" translatable="yes">Clear selected personal data:</property>
+                        <property name="use-underline">True</property>
+                        <property name="halign">start</property>
+                        <property name="xalign">0</property>
+                        <property name="wrap">True</property>
+                        <property name="justify">left</property>
                       </object>
                     </child>
                     <child>


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