dabo Commit
Revision 5231
Date: 2009-05-21 12:56:47 -0700 (Thu, 21 May 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5231
Changed:
U trunk/ide/PrefEditor.cdxml
Log:
Noticed in PrefEditor that the pref value's textbox wasn't wide enough
to read some pref values.
All I did was add 'Expand': True to the txtPrefValue sizerInfo dict in
the cdxml.
Why wasn't it required to add this same expand declaration to txtPrefName -
all else seems the same yet it expanded just fine?
Diff:
Modified: trunk/ide/PrefEditor.cdxml
===================================================================
--- trunk/ide/PrefEditor.cdxml 2009-05-21 06:17:01 UTC (rev 5230)
+++ trunk/ide/PrefEditor.cdxml 2009-05-21 19:56:47 UTC (rev 5231)
@@ -210,7 +210,7 @@
<dSizer SlotCount="1" designerClass="LayoutSizer" Orientation="Vertical">
<dGridSizer HGap="3" sizerInfo="{'BorderSides': ['All'], 'Proportion':
1, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 30, 'Expand': True}" Rows="3"
designerClass="LayoutGridSizer" VGap="10" Columns="2">
<dTextBox RegID="txtPrefName" ReadOnly="True"
designerClass="controlMix" sizerInfo="{'RowSpan': 1, 'ColSpan': 1,
'Proportion': 0}" rowColPos="(0, 1)"></dTextBox>
-
<dTextBox RegID="txtPrefValue" sizerInfo="{'RowSpan': 1,
'ColSpan': 1, 'Proportion': 0}" designerClass="controlMix" Name="dTextBox1"
rowColPos="(1, 1)">
+
<dTextBox RegID="txtPrefValue" sizerInfo="{'RowSpan': 1,
'ColSpan': 1, 'Proportion': 0, 'Expand': True}" designerClass="controlMix"
Name="dTextBox1" rowColPos="(1, 1)">
<code>
<onKeyUp><![CDATA[
def onKeyUp(self, evt):
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]