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



commit 058fc76fa8ee73dec77129f5342b7f6d9c137f8c
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 c8df771..9f397cd 100644
--- a/src/selections.js
+++ b/src/selections.js
@@ -634,7 +634,7 @@ const OrganizeCollectionDialog = new Lang.Class({
                                        modal: true,
                                        destroy_with_parent: 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]