mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-05-07 20:28:02 +02:00
Start application with a bigger window
This commit is contained in:
parent
9262308d28
commit
85b21a920d
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
app.connect_activate(move |app| {
|
||||
let window = gtk::ApplicationWindowBuilder::new()
|
||||
.application(app)
|
||||
.default_width(800)
|
||||
.default_height(600)
|
||||
.default_width(1280)
|
||||
.default_height(720)
|
||||
.title("Pipewire Graph Editor")
|
||||
.child(&*graphview.borrow())
|
||||
.build();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue