Initial search layout and rename to wince
This commit is contained in:
@@ -2,13 +2,32 @@ using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.ApplicationWindow mainWindow {
|
||||
title: "Hello world";
|
||||
default-width: 300;
|
||||
default-height: 400;
|
||||
title: "Wince";
|
||||
default-width: 400;
|
||||
default-height: 500;
|
||||
|
||||
Gtk.Box {
|
||||
orientation: vertical;
|
||||
|
||||
Adw.HeaderBar {}
|
||||
|
||||
Gtk.Box {
|
||||
orientation: horizontal;
|
||||
margin-top: 10;
|
||||
margin-start: 14;
|
||||
margin-end: 14;
|
||||
|
||||
styles ["linked"]
|
||||
|
||||
Gtk.Entry searchEntry {
|
||||
placeholder-text: "Search";
|
||||
}
|
||||
Gtk.Entry locationEntry {
|
||||
placeholder-text: "Location";
|
||||
}
|
||||
Gtk.Button searchButton {
|
||||
icon-name: "edit-find";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user