ooo-build r11543 - in trunk: . scratch/scsolver/source/ui



Author: kyoshida
Date: Fri Feb  8 20:14:50 2008
New Revision: 11543
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11543&view=rev

Log:
2008-02-08  Kohei Yoshida  <kyoshida novell com>

	* scratch/scsolver/source/ui/dialog.cxx: moved some controls to allow
	more space for Hungarian texts.


Modified:
   trunk/ChangeLog
   trunk/scratch/scsolver/source/ui/dialog.cxx

Modified: trunk/scratch/scsolver/source/ui/dialog.cxx
==============================================================================
--- trunk/scratch/scsolver/source/ui/dialog.cxx	(original)
+++ trunk/scratch/scsolver/source/ui/dialog.cxx	Fri Feb  8 20:14:50 2008
@@ -418,11 +418,11 @@
 	nY += 18;
 	addFixedText( 10, nY, 35, 12, ascii( "ftObj" ), getResStr(SCSOLVER_STR_GOAL) );
 	addRadioButton( 50, nY, 40, 12, ascii( "rbMax" ), getResStr(SCSOLVER_STR_MAXIMIZE) );
-	addRadioButton( 95, nY, 40, 12, ascii( "rbMin" ), getResStr(SCSOLVER_STR_MINIMIZE) );
+	addRadioButton( 115, nY, 40, 12, ascii( "rbMin" ), getResStr(SCSOLVER_STR_MINIMIZE) );
 	
 	nY += 15;
 	addFixedText( 10, nY+2, 60, 12, ascii( "ftDecVars" ), getResStr(SCSOLVER_STR_DECISIONVAR_CELLS) );
-	addRangeEdit( 70, nY, 115, 12, ascii( "editVarCells" ), ascii( "btnRangeSelect" ) );
+	addRangeEdit( 85, nY, 115, 12, ascii( "editVarCells" ), ascii( "btnRangeSelect" ) );
 	
 	nY += 20;
 	addFixedLine( 5, nY, 195, 12, ascii( "flConstraints" ), getResStr(SCSOLVER_STR_CONSTRAINT_SEP) );



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]