mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
ui: move gps.ui to dedicated folder
This commit is contained in:
parent
7aac6cb08f
commit
ec20b318d1
2 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ impl GPSAppWeak {
|
|||
|
||||
impl GPSApp {
|
||||
fn new(application: >k::Application) -> anyhow::Result<GPSApp> {
|
||||
let glade_src = include_str!("gps.ui");
|
||||
let glade_src = include_str!("./ui/gps.ui");
|
||||
let builder = Builder::from_string(glade_src);
|
||||
let window: ApplicationWindow = builder
|
||||
.object("mainwindow")
|
||||
|
|
Loading…
Reference in a new issue