Revision: 2471
http://vexi.svn.sourceforge.net/vexi/?rev=2471&view=rev
Author: clrg
Date: 2007-10-15 06:38:42 -0700 (Mon, 15 Oct 2007)
Log Message:
-----------
More tab layout tweaking
Modified Paths:
--------------
trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/tab.t
Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/tab.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/tab.t
2007-10-15 13:10:17 UTC (rev 2470)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/tab.t
2007-10-15 13:38:42 UTC (rev 2471)
@@ -27,13 +27,11 @@
<ui:box height="2" vshrink="true" />
</ui:box>
<lay:pad id="pad" orient="vertical" padding="3">
- <ui:box height="3" vshrink="true" />
<focusborder id="focus">
<lay:pad padding="2 6">
<ui:box id="content" />
</lay:pad>
</focusborder>
- <ui:box height="2" vshrink="true" />
</lay:pad>
thisbox.th_bg = $bg;
@@ -62,14 +60,14 @@
b[0].display = false;
b[1].fill = .settings..tabfill;
b[2].display = false;
- p[0].display = false;
- p[2].height = 5;
+ p.paddingtop = 5;
+ p.paddingbottom = 5;
} else {
b[0].display = true;
b[1].fill = .settings..tabfill_unselected;
b[2].display = true;
- p[0].display = true;
- p[2].height = 2;
+ p.paddingtop = 8;
+ p.paddingbottom = 2;
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn