mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Add min dimensions in widget example
This commit is contained in:
@@ -11,6 +11,8 @@ app.connect('activate', () => {
|
|||||||
let window = new Gtk.ApplicationWindow({
|
let window = new Gtk.ApplicationWindow({
|
||||||
application: app,
|
application: app,
|
||||||
title: 'Clapper Widget Example',
|
title: 'Clapper Widget Example',
|
||||||
|
width_request: 460,
|
||||||
|
height_request: 390,
|
||||||
});
|
});
|
||||||
let box = new Gtk.Box({
|
let box = new Gtk.Box({
|
||||||
orientation: Gtk.Orientation.VERTICAL,
|
orientation: Gtk.Orientation.VERTICAL,
|
||||||
|
Reference in New Issue
Block a user