Skip to content

Commit b54e6ca

Browse files
committed
GNOME - Fixups for group dialog Blueprint port
1 parent 92f52fc commit b54e6ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NickvisionMoney.GNOME/Blueprints/group_dialog.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Gtk 4.0;
22
using Adw 1;
33

44
Adw.MessageDialog _root {
5-
title: _("Group");
5+
heading: _("Group");
66
default-width: 360;
77
hide-on-close: true;
88
modal: true;

NickvisionMoney.GNOME/Views/GroupDialog.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ private GroupDialog(Gtk.Builder builder, GroupDialogController controller, Gtk.W
2121
{
2222
_constructing = true;
2323
_controller = controller;
24+
//Build UI
25+
builder.Connect(this);
2426
//Dialog Settings
2527
SetTransientFor(parent);
2628
AddResponse("cancel", _controller.Localizer["Cancel"]);

0 commit comments

Comments
 (0)