heightwidth.lua 437 B

12345678910111213141516
  1. -- Copyright 2012 Manuel Munz <freifunk at somakoma dot de>
  2. -- Licensed to the public under the Apache License 2.0.
  3. local map, section = ...
  4. local width = wdg:option(Value, "width", translate("Width"))
  5. width.rmempty = true
  6. --[[
  7. local height = wdg:option(Value, "height", translate("Height"))
  8. height.rmempty = true
  9. height.optional = true
  10. ]]--
  11. local pr = wdg:option(Value, "paddingright", translate("Padding right"))
  12. pr.rmempty = true