[Ktutorial-commits] SF.net SVN: ktutorial:[178] trunk/ktutorial/ktutorial-editor/src/view
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-03-22 19:19:42
|
Revision: 178
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=178&view=rev
Author: danxuliu
Date: 2010-03-22 19:19:36 +0000 (Mon, 22 Mar 2010)
Log Message:
-----------
Fix spacer height hint
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/view/NewWaitForWidget.ui
trunk/ktutorial/ktutorial-editor/src/view/WaitForEventWidget.ui
trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalWidget.ui
Modified: trunk/ktutorial/ktutorial-editor/src/view/NewWaitForWidget.ui
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/view/NewWaitForWidget.ui 2010-03-22 18:39:46 UTC (rev 177)
+++ trunk/ktutorial/ktutorial-editor/src/view/NewWaitForWidget.ui 2010-03-22 19:19:36 UTC (rev 178)
@@ -79,7 +79,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>215</height>
+ <height>20</height>
</size>
</property>
</spacer>
Modified: trunk/ktutorial/ktutorial-editor/src/view/WaitForEventWidget.ui
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/view/WaitForEventWidget.ui 2010-03-22 18:39:46 UTC (rev 177)
+++ trunk/ktutorial/ktutorial-editor/src/view/WaitForEventWidget.ui 2010-03-22 19:19:36 UTC (rev 178)
@@ -84,7 +84,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>182</height>
+ <height>20</height>
</size>
</property>
</spacer>
Modified: trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalWidget.ui
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalWidget.ui 2010-03-22 18:39:46 UTC (rev 177)
+++ trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalWidget.ui 2010-03-22 19:19:36 UTC (rev 178)
@@ -84,7 +84,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>182</height>
+ <height>20</height>
</size>
</property>
</spacer>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|