[gnome-documents] presentation: Make OutputChooser unresizable
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] presentation: Make OutputChooser unresizable
- Date: Mon, 29 Sep 2014 16:57:25 +0000 (UTC)
commit 25f344cc3f966c729cca11cb10060ac446f31e52
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Sep 29 13:59:30 2014 +0200
presentation: Make OutputChooser unresizable
There is no particular reason for it to be resizable, and other dialogs
like properties and sharing are not resizable either.
https://bugzilla.gnome.org/show_bug.cgi?id=737580
src/presentation.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/presentation.js b/src/presentation.js
index 06cf2ae..ea755a1 100644
--- a/src/presentation.js
+++ b/src/presentation.js
@@ -150,7 +150,7 @@ const PresentationOutputChooser = new Lang.Class({
_createWindow: function() {
let toplevel = Application.application.get_windows()[0];
- this.window = new Gtk.Dialog ({ resizable: true,
+ this.window = new Gtk.Dialog ({ resizable: false,
modal: true,
transient_for: toplevel,
destroy_with_parent: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]