Add min dimensions in widget example

This commit is contained in:
Rafostar
2020-11-03 19:24:57 +01:00
parent 665f5aa1d6
commit dbb25ce474

View File

@@ -11,6 +11,8 @@ app.connect('activate', () => {
let window = new Gtk.ApplicationWindow({
application: app,
title: 'Clapper Widget Example',
width_request: 460,
height_request: 390,
});
let box = new Gtk.Box({
orientation: Gtk.Orientation.VERTICAL,