mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
app: change the app title
This commit is contained in:
parent
1c10424e9e
commit
09f56de320
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ impl GPSApp {
|
|||
.object("mainwindow")
|
||||
.expect("Couldn't get the main window");
|
||||
window.set_application(Some(application));
|
||||
window.set_title(Some("GstPipelineStudio"));
|
||||
window.set_title(Some("GStreamer Pipeline Studio"));
|
||||
|
||||
let settings = Settings::load_settings();
|
||||
window.set_size_request(settings.app_width, settings.app_height);
|
||||
|
|
Loading…
Reference in a new issue