Fix a copy/paste error that resulted in inconsistent Rows behavior

This commit is contained in:
Hendrik Leppkes
2009-01-06 00:03:28 +01:00
parent 9065b0e95e
commit fe3f9e1ac7
+1 -1
View File
@@ -120,7 +120,7 @@ function ButtonBar:GetHideHotkey()
end
local math_floor = math.floor
local math_ceil = math.floor
local math_ceil = math.ceil
-- align the buttons and correct the size of the bar overlay frame
ButtonBar.button_width = 36
ButtonBar.button_height = 36