From 65dabb3d598807c15fca65fd128a4d62e6b7995e Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Tue, 3 Nov 2015 14:01:13 +0100 Subject: Gtk3: fix height of notification in nodoka and standard theme - this fixes also the position of the notifications credits to..... Author: lukefromdc --- src/themes/nodoka/nodoka-theme.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/themes/nodoka/nodoka-theme.c') diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c index 27b1912..948fb4b 100644 --- a/src/themes/nodoka/nodoka-theme.c +++ b/src/themes/nodoka/nodoka-theme.c @@ -830,6 +830,7 @@ create_notification(UrlClickedCb url_clicked) windata->url_clicked = url_clicked; win = gtk_window_new(GTK_WINDOW_POPUP); + gtk_window_set_resizable(GTK_WINDOW(win), FALSE); windata->win = win; windata->composited = FALSE; -- cgit v1.2.1