[Illumination-commit] SF.net SVN: illumination:[4134] trunk/Illumination/src/Lum/Dlg/Properties. cp
Status: Beta
Brought to you by:
tteuling
|
From: <tte...@us...> - 2011-11-08 11:05:40
|
Revision: 4134
http://illumination.svn.sourceforge.net/illumination/?rev=4134&view=rev
Author: tteuling
Date: 2011-11-08 11:05:34 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
Fixed bug in properties dialog for small screens.
Modified Paths:
--------------
trunk/Illumination/src/Lum/Dlg/Properties.cpp
Modified: trunk/Illumination/src/Lum/Dlg/Properties.cpp
===================================================================
--- trunk/Illumination/src/Lum/Dlg/Properties.cpp 2011-11-06 19:32:31 UTC (rev 4133)
+++ trunk/Illumination/src/Lum/Dlg/Properties.cpp 2011-11-08 11:05:34 UTC (rev 4134)
@@ -320,7 +320,7 @@
tab->Add(props->GetDesc().GetLabel(),label);
label=NULL;
}
- else if (OS::display->GetSize()>=OS::Display::sizeNormal) {
+ else {
vPanel->Add(label);
label=NULL;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|