[gnome-sound-recorder/bilelmoussaoui/bump] Bump libhandy



commit c2b8e5b72e8d784255e6c6dd7d6545a788ee94b4
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Thu Jul 2 21:28:33 2020 +0200

    Bump libhandy

 data/ui/window.ui            | 5 ++---
 org.gnome.SoundRecorder.json | 2 +-
 src/application.js           | 3 ++-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 465c048..6b8ec76 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -120,11 +120,10 @@
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
                 <child>
-                  <object class="HdyColumn">
+                  <object class="HdyClamp">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="maximum_width">650</property>
-                    <property name="linear_growth_width">400</property>
+                    <property name="maximum_size">650</property>
                     <child>
                       <object class="GtkListBox" id="listBox">
                         <property name="visible">True</property>
diff --git a/org.gnome.SoundRecorder.json b/org.gnome.SoundRecorder.json
index 7a637b3..b214d84 100644
--- a/org.gnome.SoundRecorder.json
+++ b/org.gnome.SoundRecorder.json
@@ -36,7 +36,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/libhandy.git";,
-                    "tag" : "v0.80.0"
+                    "tag" : "0.83.0"
                 }
             ]
         },
diff --git a/src/application.js b/src/application.js
index d5498aa..1da4e5f 100644
--- a/src/application.js
+++ b/src/application.js
@@ -18,7 +18,7 @@
 *
 */
 
-const { Gdk, Gio, GLib, GObject, Gst, Gtk } = imports.gi;
+const { Gdk, Gio, GLib, GObject, Gst, Gtk, Handy } = imports.gi;
 
 /* Translators: "Recordings" here refers to the name of the directory where the application places files */
 const RecordingsDir = Gio.file_new_for_path(GLib.build_filenamev([GLib.get_home_dir(), _('Recordings')]));
@@ -129,6 +129,7 @@ var Application = GObject.registerClass(class Application extends Gtk.Applicatio
 
         this._loadStyleSheet();
         log(_('Sound Recorder started'));
+        Handy.init();
         Gst.init(null);
         this._initAppMenu();
         this.ensureDirectory();


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