widgets.main: set position label to a fixed size
commit18c5a774469d592715a378064538e6bd4e0db422
authorDavid Aguilar <davvid@gmail.com>
Fri, 10 Jan 2014 01:26:03 +0000 (9 17:26 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 10 Jan 2014 01:28:44 +0000 (9 17:28 -0800)
treee7bcacc16b2023b5dddb75da769b59193051b130
parent817d537c0ababd328990cc4db52eedfa45bba88d
widgets.main: set position label to a fixed size

Changing the position label text will cause the layout to invalidate and
the widget ends up getting resized, which is annoying.

Use a fixed size to prevent this from happening.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/main.py