mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: Update to reflect current foramtting style
This commit is contained in:
parent
cb30bec7b1
commit
b79c78bb74
6 changed files with 7 additions and 13 deletions
|
@ -8,5 +8,4 @@ Box {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label my_label {
|
Label my_label {}
|
||||||
}
|
|
||||||
|
|
|
@ -2,12 +2,10 @@ using Gtk 4.0;
|
||||||
|
|
||||||
Window {
|
Window {
|
||||||
[titlebar]
|
[titlebar]
|
||||||
HeaderBar {
|
HeaderBar {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialog {
|
Dialog {
|
||||||
[internal-child content_area]
|
[internal-child content_area]
|
||||||
Box {
|
Box {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,4 @@ Scale {
|
||||||
adjustment: adj;
|
adjustment: adj;
|
||||||
}
|
}
|
||||||
|
|
||||||
Adjustment adj {
|
Adjustment adj {}
|
||||||
}
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
using Gtk 4.0;
|
using Gtk 4.0;
|
||||||
|
|
||||||
Box {
|
Box {}
|
||||||
}
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using Gtk 4.0;
|
using Gtk 4.0;
|
||||||
|
|
||||||
template $TestTemplate : ApplicationWindow {
|
template $TestTemplate: ApplicationWindow {
|
||||||
test-property: 'Hello, world';
|
test-property: 'Hello, world';
|
||||||
test-signal => $on_test_signal();
|
test-signal => $on_test_signal();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
using Gtk 4.0;
|
using Gtk 4.0;
|
||||||
using GObject 2.0;
|
using GObject 2.0;
|
||||||
|
|
||||||
GObject.Object {
|
GObject.Object {}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue