[gnome-documents/gnome-3-16] selections: Fixed partially visible label text



commit 8d1393e13e9c3ca4f05110383168fd8bc3c92059
Author: Muhammet Kara <muhammetk gmail com>
Date:   Mon Mar 2 01:43:36 2015 +0200

    selections: Fixed partially visible label text
    
    When there aren't any collections, the add to collection dialog
    contains a label to inform you about the situation. However, the text
    is partially visible because the window is initially too small.
    
    Increasing the default window height from 250 to 300 solves the
    problem.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745396

 src/selections.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/selections.js b/src/selections.js
index 3b06802..812eb3c 100644
--- a/src/selections.js
+++ b/src/selections.js
@@ -635,7 +635,7 @@ const OrganizeCollectionDialog = new Lang.Class({
                                        destroy_with_parent: true,
                                        use_header_bar: true,
                                        default_width: 400,
-                                       default_height: 250,
+                                       default_height: 300,
         // Translators: "Collections" refers to documents in this context
                                        title: C_("Dialog Title", "Collections") });
 


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