#5641 NORM Never A: Terminal activity needs left padding in GUI - patch included
Zarro Boogs per Child
bugtracker at laptop.org
Sat Dec 22 18:49:48 EST 2007
#5641: Terminal activity needs left padding in GUI - patch included
-------------------------+--------------------------------------------------
Reporter: newsham | Owner: marco
Type: enhancement | Status: new
Priority: normal | Milestone: Never Assigned
Component: sugar | Version: Build 653
Keywords: terminal | Verified: 0
Blocking: | Blockedby:
-------------------------+--------------------------------------------------
The terminal activity has text along the left border starting at the first
pixel on the screen. This makes it hard to see certain characters with
black pixels on the left edge, like "H". There should be some additional
padding.
I used the following in my
/usr/share/activities/Terminal.activity/terminal.py file:
# CANVAS
terminal = Terminal()
#self.set_canvas(terminal)
box = gtk.HBox(False)
box.pack_start(terminal, padding=10)
box.show()
self.set_canvas(box)
previously it was:
# CANVAS
terminal = Terminal()
self.set_canvas(terminal)
(sorry, didnt keep around both copies for a diff). 10 might be a bit
large.. I didnt spend much time tweaking here...
--
Ticket URL: <http://dev.laptop.org/ticket/5641>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list