← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 577: Fixing bug where the transitions properties dialog is too small for it's widgets. I just removed...

 

------------------------------------------------------------
revno: 577
fixes bug(s): https://launchpad.net/bugs/852100
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Wed 2011-09-21 15:13:00 -0500
message:
  Fixing bug where the transitions properties dialog is too small for it's widgets.  I just removed the "width_request" so the window will grow as large as needed.
modified:
  openshot/windows/ui/TransitionProperties.ui


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/ui/TransitionProperties.ui'
--- openshot/windows/ui/TransitionProperties.ui	2011-09-04 05:53:19 +0000
+++ openshot/windows/ui/TransitionProperties.ui	2011-09-21 20:13:00 +0000
@@ -26,7 +26,6 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkDialog" id="frmTransitionProperties">
-    <property name="width_request">350</property>
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Transition / Mask Properties</property>