Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-03-13 Thread lukash
On Wed, 13 Mar 2013 22:32:29 +0100 Uli Schlachter wrote: > Evening, > > On 10.01.2013 17:28, lukash wrote: > > On Thu, 10 Jan 2013 16:59:16 +0100 Uli Schlachter > > wrote: > [...] > >> Another "ARGH": This breaks client moving via clicking on its titlebar. > >> This is > >> implemented via :bu

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-03-13 Thread Uli Schlachter
Evening, On 10.01.2013 17:28, lukash wrote: > On Thu, 10 Jan 2013 16:59:16 +0100 Uli Schlachter > wrote: [...] >> Another "ARGH": This breaks client moving via clicking on its titlebar. This >> is >> implemented via :buttons() on the client title widget. Of course, since this >> widget is smalle

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-10 Thread lukash
On Thu, 10 Jan 2013 16:59:16 +0100 Uli Schlachter wrote: > On 05.01.2013 16:12, Lukáš Hrázký wrote: > > Centers the middle widget in the align layout in the remaining space > > left by the widgets on the sides. > [...] > > diff --git a/lib/wibox/layout/align.lua.in b/lib/wibox/layout/align.lua.in

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-10 Thread Uli Schlachter
On 05.01.2013 16:12, Lukáš Hrázký wrote: > Centers the middle widget in the align layout in the remaining space > left by the widgets on the sides. [...] > diff --git a/lib/wibox/layout/align.lua.in b/lib/wibox/layout/align.lua.in > index d4a9517..9c3d1bf 100644 > --- a/lib/wibox/layout/align.lua.i

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-06 Thread lukash
On Sun, 06 Jan 2013 11:47:21 +0100 Uli Schlachter wrote: > Hi, > > On 05.01.2013 16:12, Lukáš Hrázký wrote: > [...] > > diff --git a/lib/wibox/layout/align.lua.in b/lib/wibox/layout/align.lua.in > > index d4a9517..9c3d1bf 100644 > > --- a/lib/wibox/layout/align.lua.in > > +++ b/lib/wibox/layout/

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-06 Thread Uli Schlachter
Hi, On 05.01.2013 16:12, Lukáš Hrázký wrote: [...] > diff --git a/lib/wibox/layout/align.lua.in b/lib/wibox/layout/align.lua.in > index d4a9517..9c3d1bf 100644 > --- a/lib/wibox/layout/align.lua.in > +++ b/lib/wibox/layout/align.lua.in > @@ -56,11 +56,13 @@ function align:draw(wibox, cr, width, he

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-05 Thread lukash
On Sat, 05 Jan 2013 21:27:13 +0100 Uli Schlachter wrote: > On 05.01.2013 16:12, Lukáš Hrázký wrote: > > Centers the middle widget in the align layout in the remaining space > > left by the widgets on the sides. > [...] > > I'm still not really convinced by this. However, since we don't have anyt

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-05 Thread Uli Schlachter
On 05.01.2013 16:12, Lukáš Hrázký wrote: > Centers the middle widget in the align layout in the remaining space > left by the widgets on the sides. [...] I'm still not really convinced by this. However, since we don't have anything else for centering widgets, I guess this can stay. However, this

[PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-05 Thread Lukáš Hrázký
Centers the middle widget in the align layout in the remaining space left by the widgets on the sides. Signed-off-by: Lukáš Hrázký --- lib/awful/menu.lua.in | 2 +- lib/wibox/layout/align.lua.in | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/awful/menu.lua