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



commit 6df833c0c487c9b957709e0a2333f7b890ac9f9e
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 8beba01..c3535e7 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]