summaryrefslogtreecommitdiff
diff options
authorSebastien Bacher <seb128@ubuntu.com>2015-10-15 17:56:41 +0100
committerSebastien Bacher <seb128@ubuntu.com>2015-10-15 17:56:41 +0100
commit07bfa3873d3ce75dc643c23a4539e919dbf1af09 (patch)
treeefaaa470516f37f21e5cd8698f5cfc808bef9a20
parent0e7e80bee5bb7ea04d432fed2fd0465c9839c661 (diff)
data/apturl-gtk.ui: set the dimension on the scrolledwindow rather
than the textview so the description is showing with a non zero height
-rw-r--r--data/apturl-gtk.ui4
-rw-r--r--debian/changelog7
2 files changed, 9 insertions, 2 deletions
diff --git a/data/apturl-gtk.ui b/data/apturl-gtk.ui
index 1ff3348..798a530 100644
--- a/data/apturl-gtk.ui
+++ b/data/apturl-gtk.ui
@@ -56,6 +56,8 @@
<property name="can_focus">True</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="width_request">400</property>
+ <property name="height_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
@@ -63,8 +65,6 @@
<property name="shadow_type">GTK_SHADOW_OUT</property>
<child>
<object class="GtkTextView" id="description_text_view">
- <property name="width_request">400</property>
- <property name="height_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
diff --git a/debian/changelog b/debian/changelog
index e54a39d..a4e5126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apturl (0.5.2ubuntu9) UNRELEASED; urgency=medium
+
+ * data/apturl-gtk.ui: set the dimension on the scrolledwindow rather
+ than the textview so the description is showing with a non zero height
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 15 Oct 2015 17:49:15 +0100
+
apturl (0.5.2ubuntu8) wily; urgency=medium
* Use webkit2 in addition to webkit1. (LP: #1469221)