mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
rename window title
This commit is contained in:
@@ -60,7 +60,7 @@ impl ImageUI {
|
|||||||
|
|
||||||
fn build_header(builder: &mut ImageUIBuilder, application_vertical_widget: Arc<Box>) {
|
fn build_header(builder: &mut ImageUIBuilder, application_vertical_widget: Arc<Box>) {
|
||||||
let header_bar = HeaderBar::builder()
|
let header_bar = HeaderBar::builder()
|
||||||
.title_widget(&adw::WindowTitle::new("First App", ""))
|
.title_widget(&adw::WindowTitle::new("Focus Annotator", ""))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// TODO: add button functionality
|
// TODO: add button functionality
|
||||||
|
|||||||
Reference in New Issue
Block a user