nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

watch info pane contents are centered instead of left aligned #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the contents are too small, the table containing them will be aligned to
the center of the watch pane, which is very ugly usability-wise because it
"jumps" around depending on the watches. Just move quickly between watches
and you will see what I mean ;)

The contents should be aligned on the left if possible.

Original issue reported on code.google.com by nekoh...@gmail.com on 12 Nov 2006 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 15 Nov 2006 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by woutclym...@gmail.com on 23 Jan 2007 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by woutclym...@gmail.com on 24 Jan 2007 at 10:56

GoogleCodeExporter commented 9 years ago
exerpt from http://pygtk.org/pygtk2reference/class-gtklabel.html :

Note that setting this property to a value other than pango.ELLIPSIZE_NONE has 
the
side-effect that the label requests only enough space to display the ellipsis 
"...".
In particular, this means that ellipsizing labels don't work well in notebook 
tabs,
unless the tab's "tab-expand" property is set to True. Other means to set a 
label's
width are with the gtk.Widget.set_size_request() and set_width_chars() methods.

Original comment by nekoh...@gmail.com on 17 Jun 2007 at 5:38

GoogleCodeExporter commented 9 years ago
again, muntyan on #pygtk is providing a cool patch for this that I will commit 
soon :)

Original comment by nekoh...@gmail.com on 17 Jun 2007 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 18 Mar 2008 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Apr 2011 at 2:56