mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Replace deprecated margin proporties
This commit is contained in:
4
clapper_src/controls.js
vendored
4
clapper_src/controls.js
vendored
@@ -24,8 +24,8 @@ var Controls = GObject.registerClass({
|
||||
_init()
|
||||
{
|
||||
super._init({
|
||||
margin_left: CONTROLS_MARGIN,
|
||||
margin_right: CONTROLS_MARGIN,
|
||||
margin_start: CONTROLS_MARGIN,
|
||||
margin_end: CONTROLS_MARGIN,
|
||||
spacing: CONTROLS_SPACING,
|
||||
valign: Gtk.Align.END,
|
||||
});
|
||||
|
Reference in New Issue
Block a user