Disable monkey patching the grid, its merged

This commit is contained in:
Emmanuel Lepage Vallee 2018-10-12 15:28:34 -04:00
parent ac9bab0655
commit 7d8b5a0542
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- Do some evil monkeypatching for upstreamable widgets
local wibox = require("wibox")
wibox.layout.grid = require( "radical.widgets.grid" )
--wibox.layout.grid = require( "radical.widgets.grid" )
-- wibox.widget.checkbox = require( "radical.widgets.checkbox" )
-- wibox.widget.slider = require( "radical.widgets.slider" )