[connections/add-title-to-main-window] window: Set "title" property for GtkApplicationWindow
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections/add-title-to-main-window] window: Set "title" property for GtkApplicationWindow
- Date: Mon, 27 Sep 2021 08:27:42 +0000 (UTC)
commit 2d6a693207bc805f49747913fd1fb9566c7f53bf
Author: Felipe Borges <felipeborges gnome org>
Date: Mon Sep 27 10:26:56 2021 +0200
window: Set "title" property for GtkApplicationWindow
Fixes #41
src/ui/window.ui | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/ui/window.ui b/src/ui/window.ui
index 75d6501..3dac259 100644
--- a/src/ui/window.ui
+++ b/src/ui/window.ui
@@ -2,6 +2,7 @@
<interface>
<requires lib="gtk+" version="3.20"/>
<template class="ConnectionsWindow" parent="GtkApplicationWindow">
+ <property name="title" translatable="yes">Connections</property>
<property name="default-width">980</property>
<property name="default-height">640</property>
<signal name="key-press-event" after="yes" handler="on_key_pressed"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]