Re: StEntry text alignment

2012-12-31 Thread Jasper St. Pierre
Set the BoxLayout to be reactive. That should give it events. On Sat, Dec 29, 2012 at 9:40 AM, Sam Bull wrote: > OK, next issue I have. > > I have an StEntry widget, which is sized to something like 200x280. But, > the input text is always centered to the middle of the widget > (vertically). >

Re: StEntry text alignment

2012-12-31 Thread Sam Bull
On Sun, 2012-12-30 at 19:06 +, Sam Bull wrote: > Any help with making the text alignment work in the resized entry, or in > making events work in the BoxLayout would be greatly appreciated. OK, if anybody else happens to need this. I've used a dirty hack to fix it. It seems the St.Entry widget

Re: StEntry text alignment

2012-12-30 Thread Sam Bull
My extension has now been accepted, so if you want to have a look to see what I'm trying to do: https://extensions.gnome.org/extension/568/notes/ It's basically a sticky notes overview. I've made a few usability improvements since that release, but I need to sort out this problem before I update i