[gnome-maps/gnome-3-18] send-to-dialog: Set width-request to 400
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/gnome-3-18] send-to-dialog: Set width-request to 400
- Date: Mon, 9 Nov 2015 15:41:16 +0000 (UTC)
commit 98a1d4dd9cb73110db79316fcb56ac5eb0d3d542
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]