[gnome-sound-recorder/wip/cdavis/gtk4] UI: remove glade-ism



commit c16dd216a6176266f887df8cda0926106fe9c7f6
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Thu Nov 18 21:16:09 2021 +0100

    UI: remove glade-ism

 data/ui/help-overlay.ui | 5 +----
 data/ui/recorder.ui     | 3 ---
 data/ui/row.ui          | 3 ---
 data/ui/window.ui       | 3 ---
 4 files changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index efd4592..e1adcdc 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -1,19 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
-<!-- interface-requires gtk+ 3.17 -->
   <object class="GtkShortcutsWindow" id="help_overlay">
-    <property name="modal">1</property>
+    <property name="modal">True</property>
     <child>
       <object class="GtkShortcutsSection">
         <property name="section-name">shortcuts</property>
         <property name="max-height">10</property>
         <child>
-
           <object class="GtkShortcutsGroup">
             <property name="title" translatable="yes" context="shortcut window">General</property>
             <child>
               <object class="GtkShortcutsShortcut">
-                <property name="visible">1</property>
                 <property name="accelerator">&lt;ctrl&gt;R</property>
                 <property name="title" translatable="yes" context="shortcut window">Record</property>
               </object>
diff --git a/data/ui/recorder.ui b/data/ui/recorder.ui
index 643b5ad..6b37cd5 100644
--- a/data/ui/recorder.ui
+++ b/data/ui/recorder.ui
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
 <interface>
-  <requires lib="gtk+" version="3.22"/>
-  <requires lib="libhandy" version="1.0"/>
   <template class="Gjs_RecorderWidget" parent="GtkBox">
     <child>
       <object class="GtkWindowHandle">
diff --git a/data/ui/row.ui b/data/ui/row.ui
index 33479d0..b651c5a 100644
--- a/data/ui/row.ui
+++ b/data/ui/row.ui
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
 <interface>
-  <requires lib="gtk+" version="3.20"/>
-  <requires lib="libhandy" version="0.0"/>
   <template class="Gjs_Row" parent="GtkListBoxRow">
     <property name="selectable">False</property>
     <child>
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 814820c..f821865 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
 <interface>
-  <requires lib="gtk+" version="3.20"/>
-  <requires lib="libhandy" version="0.0"/>
   <template class="Gjs_Window" parent="AdwApplicationWindow">
     <property name="width_request">350</property>
     <property name="height_request">480</property>


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