[gitg] Don't make author details resizable



commit 27dcdf0e216ca6a3c44dece3441c1ee7b8ca7922
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Dec 14 11:02:37 2014 -0500

    Don't make author details resizable
    
    There's no scrollable content, so no reason to make the dialog
    resizable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741514

 gitg/resources/ui/gitg-author-details-dialog.ui |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-author-details-dialog.ui b/gitg/resources/ui/gitg-author-details-dialog.ui
index 8441a64..d70692f 100644
--- a/gitg/resources/ui/gitg-author-details-dialog.ui
+++ b/gitg/resources/ui/gitg-author-details-dialog.ui
@@ -4,8 +4,7 @@
   <!-- interface-requires gitg 0.0 -->
   <!-- interface-requires gd 1.0 -->
   <template class="GitgAuthorDetailsDialog" parent="GtkDialog">
-    <property name="width_request">390</property>
-    <property name="height_request">185</property>
+    <property name="resizable">False</property>
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
     <property name="title" translatable="yes">Author Details</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]