[gnome-weather] Window: use a header_bar for the about dialog
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Window: use a header_bar for the about dialog
- Date: Sun, 19 Jan 2014 14:13:27 +0000 (UTC)
commit 6c707d3dbf0853cce37213cb4e2b7bda99f9dd44
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Sun Jan 19 15:05:07 2014 +0100
Window: use a header_bar for the about dialog
Consistent with modern GTK+
src/window.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index b6a2536..2a21691 100644
--- a/src/window.js
+++ b/src/window.js
@@ -319,7 +319,8 @@ const MainWindow = new Lang.Class({
website: 'https://wiki.gnome.org/Apps/Weather',
wrap_license: true,
modal: true,
- transient_for: this
+ transient_for: this,
+ use_header_bar: true
});
aboutDialog.show();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]