reduce spacing for CycleHotkeyLabel from 2 to 1

develop
Myk Taylor 2023-01-25 22:59:29 -08:00
parent 33132e5556
commit be59083202
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -1456,7 +1456,7 @@ function CycleHotkeyLabel:init()
self:setText{
{key=self.key, key_sep=': ', text=self.label, width=self.label_width,
on_activate=self:callback('cycle')},
' ',
' ',
{text=self:callback('getOptionLabel'),
pen=self:callback('getOptionPen')},
}