From 68f6fe77326006a24ae45e8a864ea285843c98e1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Jun 2019 04:54:27 +0000 Subject: [PATCH] Rename the constraints demo We're going to add another one, so move them a level down in the tree. --- demos/gtk-demo/constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/gtk-demo/constraints.c b/demos/gtk-demo/constraints.c index cc6cac145e..e0ff58bb9c 100644 --- a/demos/gtk-demo/constraints.c +++ b/demos/gtk-demo/constraints.c @@ -1,4 +1,4 @@ -/* Constraints +/* Constraints/Simple * * GtkConstraintLayout provides a layout manager that uses relations * between widgets (also known as "constraints") to compute the position