[gnome-maps] send-to-dialog: Set width-request to 400



commit 328b3478c6ee71a341b30e067d524209f3b4f60d
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Tue Oct 27 09:28:35 2015 +0100

    send-to-dialog: Set width-request to 400
    
    The title label gets ellipsised and we do not see
    the title. It seems the length of the headerbar title
    does not drive the width of the dialog. This work-around
    sets a minimum width of 400 for the dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756511

 data/ui/send-to-dialog.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/send-to-dialog.ui b/data/ui/send-to-dialog.ui
index 798b6e8..7fb2077 100644
--- a/data/ui/send-to-dialog.ui
+++ b/data/ui/send-to-dialog.ui
@@ -6,6 +6,7 @@
     <property name="visible">False</property>
     <property name="can_focus">False</property>
     <property name="use_header_bar">1</property>
+    <property name="width-request">400</property>
     <child internal-child="headerbar">
       <object class="GtkHeaderBar" id="headerBar">
         <property name="visible">True</property>


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