[Avida-cvs] [avida-svn] r564 - branches/developers/avida-edward/source/python/AvidaGui2

avidaedward@myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Tue Apr 4 12:26:00 PDT 2006


Author: avidaedward
Date: 2006-04-04 15:26:00 -0400 (Tue, 04 Apr 2006)
New Revision: 564

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py
   branches/developers/avida-edward/source/python/AvidaGui2/pyBufferView.py
   branches/developers/avida-edward/source/python/AvidaGui2/pyHideShowView.py
   branches/developers/avida-edward/source/python/AvidaGui2/pyInstructionDescriptionCtrl.py
Log:

Resized text and indicators in organism viewer.



Modified: branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py	2006-04-04 18:26:22 UTC (rev 563)
+++ branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py	2006-04-04 19:26:00 UTC (rev 564)
@@ -1 +1 @@
-svn_revision_string = 'Avida-ED v2.0.562M'
+svn_revision_string = 'Avida-ED v2.0.562:563'

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyBufferView.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyBufferView.py	2006-04-04 18:26:22 UTC (rev 563)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyBufferView.py	2006-04-04 19:26:00 UTC (rev 564)
@@ -6,12 +6,14 @@
     QWidget.__init__(self,parent,name,fl)
     if not name: self.setName("pyBufferView")
 
+    self.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)
+
     self.indicator_h = self.indicator_w = self.indicator_bit_count = 0
     self.old_bits = -1
     self.backing_store = QPixmap()
 
-    self.setIndicatorHeight(6)
-    self.setIndicatorWidth(6)
+    self.setIndicatorHeight(5)
+    self.setIndicatorWidth(5)
     self.setIndicatorBitCount(32)
     self.setBits(0)
 

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyHideShowView.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyHideShowView.py	2006-04-04 18:26:22 UTC (rev 563)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyHideShowView.py	2006-04-04 19:26:00 UTC (rev 564)
@@ -7,6 +7,8 @@
     QWidget.__init__(self,parent,name,fl)
     if not name: self.setName("pyHideShowView")
 
+    self.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)
+
     top_layout = QVBoxLayout(self,0,0,"pyHideShowView,top_layout")
 
     h_layout1 = QHBoxLayout(None,0,0,"pyHideShowView,h_layout1")

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyInstructionDescriptionCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyInstructionDescriptionCtrl.py	2006-04-04 18:26:22 UTC (rev 563)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyInstructionDescriptionCtrl.py	2006-04-04 19:26:00 UTC (rev 564)
@@ -8,6 +8,7 @@
   def __init__(self,parent = None,name = None,fl = 0):
     QLabel.__init__(self,parent,name,fl)
     if not name: self.setName("pyInstructionDescriptionCtrl")
+
     font = QFont(qApp.font())
     font.setPointSize(9)
     self.setFont(font)




More information about the Avida-cvs mailing list