[Chandler-dev] review request: bug 6812 (send button missing on
ubuntu)
Reid Ellis
rae at osafoundation.org
Fri Oct 13 22:17:39 PDT 2006
I've made a simple (one-line) patch to fix bug 6812 < https://
bugzilla.osafoundation.org/show_bug.cgi?id=6812>, "missing send
button"" on Ubuntu, specifically on a 1024x768 screen. I just made
the search bar 250 pixels wide instead of 300.
If someone could review the patch, I would appreciate it:
https://bugzilla.osafoundation.org/attachment.cgi?id=2707&action=edit
Here's the patch, since it's so small...
Index: parcels/osaf/framework/blocks/MenusAndToolbars.py
===================================================================
--- parcels/osaf/framework/blocks/MenusAndToolbars.py (revision 12030)
+++ parcels/osaf/framework/blocks/MenusAndToolbars.py (working copy)
@@ -1074,7 +1074,7 @@
# real wx control
tool = wx.TextCtrl (theToolbar, id, "",
wx.DefaultPosition,
- wx.Size(300,-1),
+ wx.Size(250,-1),
wx.TE_PROCESS_ENTER)
tool.SetName(self.title)
theToolbar.AddControl (tool)
Btw, I'd like to thank Bear for showing me this way of leaving the
requestee open so that anyone can review a bug. It makes it easier to
just send out mail like this rather than try to track someone down on
IRC. it's only really good for simple fixes like this, of course..
Thanks,
Reid
More information about the chandler-dev
mailing list