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



commit 827a2aafa2472d89f0bfdf557c0a63610ca8f8ce
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 747cc50..7c1b47d 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]