[gitg] Set not resizable clone dialog
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Set not resizable clone dialog
- Date: Mon, 22 Apr 2013 13:11:53 +0000 (UTC)
commit 618d3aef1cd6adbfe65bfc89a0cf899465aa4aac
Author: Jose Manuel Pintor Freire <jmpintorfreire gmail com>
Date: Mon Apr 22 14:53:02 2013 +0200
Set not resizable clone dialog
Signed-off-by: Ignacio Casal Quinteiro <icq gnome org>
gitg/gitg-window.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index 102add2..a229407 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -211,6 +211,7 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable, Gtk.
dlg.modal = true;
dlg.set_transient_for(this);
+ dlg.set_resizable(false);
var default_dir = d_main_settings.get_string("clone-directory");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]