Mailinglist Archive: yast-commit (490 mails)
| < Previous | Next > |
[yast-commit] r39002 - /branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc
- From: sh-sh-sh@xxxxxxxxxxxxxxxx
- Date: Mon, 25 Jun 2007 14:03:02 -0000
- Message-id: <20070625140302.45DC6C5422@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Mon Jun 25 16:03:01 2007
New Revision: 39002
URL: http://svn.opensuse.org/viewcvs/yast?rev=39002&view=rev
Log:
ported to preferredWidth() / -Height()
Modified:
branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc
Modified: branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc?rev=39002&r1=39001&r2=39002&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc (original)
+++ branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc Mon Jun 25 16:03:01 2007
@@ -51,8 +51,7 @@
}
-void
-YSingleChildContainerWidget::setSize( int width, int height )
+void YSingleChildContainerWidget::setSize( int width, int height )
{
if ( hasChildren() )
firstChild()->setSize( width , height );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jun 25 16:03:01 2007
New Revision: 39002
URL: http://svn.opensuse.org/viewcvs/yast?rev=39002&view=rev
Log:
ported to preferredWidth() / -Height()
Modified:
branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc
Modified: branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc?rev=39002&r1=39001&r2=39002&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc (original)
+++ branches/tmp/sh/mod-ui/core/libyui/src/YSingleChildContainerWidget.cc Mon Jun 25 16:03:01 2007
@@ -51,8 +51,7 @@
}
-void
-YSingleChildContainerWidget::setSize( int width, int height )
+void YSingleChildContainerWidget::setSize( int width, int height )
{
if ( hasChildren() )
firstChild()->setSize( width , height );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |