mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
Replace deprecated Gtk HBox and VBox with normal Box
This commit is contained in:
3
clapper_src/controls.js
vendored
3
clapper_src/controls.js
vendored
@@ -19,11 +19,12 @@ var Controls = GObject.registerClass({
|
||||
param_types: [GObject.TYPE_STRING]
|
||||
},
|
||||
}
|
||||
}, class ClapperControls extends Gtk.HBox
|
||||
}, class ClapperControls extends Gtk.Box
|
||||
{
|
||||
_init()
|
||||
{
|
||||
super._init({
|
||||
orientation: Gtk.Orientation.HORIZONTAL,
|
||||
margin_start: CONTROLS_MARGIN,
|
||||
margin_end: CONTROLS_MARGIN,
|
||||
spacing: CONTROLS_SPACING,
|
||||
|
Reference in New Issue
Block a user