[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r7124 - trunk/gnue-forms/src/uidrivers/gtk2/widgets
From: |
reinhard |
Subject: |
[gnue] r7124 - trunk/gnue-forms/src/uidrivers/gtk2/widgets |
Date: |
Tue, 8 Mar 2005 11:59:04 -0600 (CST) |
Author: reinhard
Date: 2005-03-08 11:59:03 -0600 (Tue, 08 Mar 2005)
New Revision: 7124
Modified:
trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py
Log:
Moved bottom line of box widget closer to the content, making it possible to
use the last line of a box as the first line of another box.
Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py 2005-03-08 17:19:16 UTC
(rev 7123)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py 2005-03-08 17:59:03 UTC
(rev 7124)
@@ -45,7 +45,7 @@
h = int (event.widgetHeight / 8)
newWidget = gtk.Frame (text)
- newWidget.set_size_request (self.itemWidth - 2 * w, self.itemHeight - 5 *
h)
+ newWidget.set_size_request (self.itemWidth - 2 * w, self.itemHeight - 8 *
h)
event.container.put (newWidget, self.itemX + w, self.itemY + h)
newWidget.show ()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r7124 - trunk/gnue-forms/src/uidrivers/gtk2/widgets,
reinhard <=