Mailinglist Archive: yast-commit (1056 mails)

< Previous Next >
[yast-commit] r44330 - /trunk/ncurses/src/pkg/NCPkgPopupDeps.cc
  • From: sh-sh-sh@xxxxxxxxxxxxxxxx
  • Date: Mon, 11 Feb 2008 18:04:23 -0000
  • Message-id: <20080211180423.AE9B424A7B@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Mon Feb 11 19:04:23 2008
New Revision: 44330

URL: http://svn.opensuse.org/viewcvs/yast?rev=44330&view=rev
Log:
cruft

Modified:
trunk/ncurses/src/pkg/NCPkgPopupDeps.cc

Modified: trunk/ncurses/src/pkg/NCPkgPopupDeps.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/src/pkg/NCPkgPopupDeps.cc?rev=44330&r1=44329&r2=44330&view=diff
==============================================================================
--- trunk/ncurses/src/pkg/NCPkgPopupDeps.cc (original)
+++ trunk/ncurses/src/pkg/NCPkgPopupDeps.cc Mon Feb 11 19:04:23 2008
@@ -136,14 +136,12 @@

head = new NCLabel( vSplit, "", true, false ); // isHeading = true

- //vSplit->addChild( new NCSpacing( vSplit, opt, 0.4, false, true ) );
new NCSpacing( vSplit, YD_VERT, false, 1 );

// add the list containing packages with unresolved dependencies
problemw = new NCProblemSelectionBox( vSplit, _("&Problems"), this);
problemw->setStretchable( YD_HORIZ, true );

- //vSplit->addChild( new NCSpacing( vSplit, opt, 0.2, false, true ) );
new NCSpacing( vSplit, YD_VERT, false, 1 );

NCAlignment * left = new NCAlignment( vSplit, YAlignBegin, YAlignUnchanged );
@@ -151,13 +149,11 @@
// heading = false, outputField = true
details = new NCLabel ( left,"", false, true );

- //vSplit->addChild( new NCSpacing( vSplit, opt, 0.8, false, true ) );
new NCSpacing( vSplit, YD_VERT, false, 1 ); // stretchable = true

// add the package list containing the dependencies
solutionw = new NCSolutionSelectionBox ( vSplit, _("Possible &Solutions"),
this);

- //vSplit->addChild( new NCSpacing( vSplit, opt, 0.6, false, true ) );
new NCSpacing( vSplit, YD_VERT, false, 1 ); // stretchable = false

NCLayoutBox * hSplit = new NCLayoutBox( vSplit, YD_HORIZ );
@@ -167,7 +163,6 @@
solveButton = new NCPushButton( hSplit, NCPkgNames::SolveLabel() );
solveButton->setFunctionKey( 10 );

- //hSplit->addChild( new NCSpacing( hSplit, opt, 0.2, true, false ) );
new NCSpacing( hSplit, YD_HORIZ, true, 0.2 ); // stretchable = true

// add the cancel button

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages