mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 15:48:41 +01:00
Merge pull request #75 from cagatay-y/fix-title
Set window title from the correct place
This commit is contained in:
commit
7b3dbfe7e6
@ -62,6 +62,7 @@ public class Tootle.MainWindow: Gtk.Window {
|
||||
|
||||
header = new Gtk.HeaderBar ();
|
||||
header.show_close_button = true;
|
||||
header.title = "Tootle";
|
||||
header.custom_title = button_mode;
|
||||
header.pack_start (button_back);
|
||||
header.pack_start (button_toot);
|
||||
@ -92,7 +93,6 @@ public class Tootle.MainWindow: Gtk.Window {
|
||||
public MainWindow (Gtk.Application application) {
|
||||
Object (application: application,
|
||||
icon_name: "com.github.bleakgrey.tootle",
|
||||
title: "Tootle",
|
||||
resizable: true
|
||||
);
|
||||
window_position = WindowPosition.CENTER;
|
||||
|
Loading…
x
Reference in New Issue
Block a user