[Xfce4-commits] <parole:master> Fix type hint in open-location, fixes height issue with dialog buttons.

Sean Davis noreply at xfce.org
Sat Jan 5 10:50:01 CET 2013


Updating branch refs/heads/master
         to d610040790bb7ed06d318b101d7612546c37041b (commit)
       from 723c2a307a1f83e3f31aad40b3409149c6eea98f (commit)

commit d610040790bb7ed06d318b101d7612546c37041b
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jan 5 04:48:35 2013 -0500

    Fix type hint in open-location, fixes height issue with dialog buttons.

 data/interfaces/open-location.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/interfaces/open-location.ui b/data/interfaces/open-location.ui
index 80f04c9..98eb497 100644
--- a/data/interfaces/open-location.ui
+++ b/data/interfaces/open-location.ui
@@ -13,7 +13,7 @@
     <property name="modal">True</property>
     <property name="default_width">450</property>
     <property name="icon_name">parole</property>
-    <property name="type_hint">normal</property>
+    <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>


More information about the Xfce4-commits mailing list