[gnome-sound-recorder/bilelmoussaoui/misc: 2/4] put internal childs in multiple lines
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/bilelmoussaoui/misc: 2/4] put internal childs in multiple lines
- Date: Sun, 16 Aug 2020 15:02:44 +0000 (UTC)
commit 7e3e41c6072100df206eab188e8317925a20854f
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sun Aug 16 15:58:00 2020 +0200
put internal childs in multiple lines
src/row.js | 7 ++++++-
src/window.js | 6 +++++-
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/src/row.js b/src/row.js
index f341a65..9e64ad3 100644
--- a/src/row.js
+++ b/src/row.js
@@ -10,7 +10,12 @@ var RowState = {
var Row = GObject.registerClass({
Template: 'resource:///org/gnome/SoundRecorder/ui/row.ui',
- InternalChildren: ['playbackStack', 'mainStack', 'playButton', 'waveformStack', 'pauseButton', 'name',
'entry', 'date', 'duration', 'revealer', 'playbackControls', 'rightStack', 'squeezer', 'saveBtn',
'renameBtn', 'exportBtn', 'saveBtn', 'rightStack', 'seekBackward', 'seekForward', 'optionBtn', 'deleteBtn'],
+ InternalChildren: [
+ 'playbackStack', 'mainStack', 'playButton', 'waveformStack', 'pauseButton',
+ 'name', 'entry', 'date', 'duration', 'revealer', 'playbackControls', 'rightStack',
+ 'squeezer', 'saveBtn', 'renameBtn', 'exportBtn', 'saveBtn', 'rightStack',
+ 'seekBackward', 'seekForward', 'optionBtn', 'deleteBtn'
+ ],
Signals: {
'play': { param_types: [GObject.TYPE_STRING] },
'pause': {},
diff --git a/src/window.js b/src/window.js
index a7281b9..8277265 100644
--- a/src/window.js
+++ b/src/window.js
@@ -34,7 +34,11 @@ var WindowState = {
var Window = GObject.registerClass({
Template: 'resource:///org/gnome/SoundRecorder/ui/window.ui',
- InternalChildren: ['recorderTime', 'mainStack', 'recorderBox', 'emptyIcon', 'playbackStack',
'headerRevealer', 'notificationRevealer', 'notificationMessage', 'notificationUndoBtn',
'notificationCloseBtn', 'column'],
+ InternalChildren: [
+ 'recorderTime', 'mainStack', 'recorderBox', 'emptyIcon', 'playbackStack',
+ 'headerRevealer', 'notificationRevealer', 'notificationMessage',
+ 'notificationUndoBtn', 'notificationCloseBtn', 'column'
+ ],
}, class Window extends Handy.ApplicationWindow {
_init(params) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]