forked from 0x2620/oxjs
add 'squared' (less rounded) style
This commit is contained in:
parent
edc80d8bbc
commit
b7cf611b4a
2 changed files with 27 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Ox.ButtonGroup = function(options, self) {
|
|||
overlap: button.overlap,
|
||||
selectable: self.options.selectable,
|
||||
size: self.options.size,
|
||||
style: self.options.style,
|
||||
style: self.options.style == 'squared' ? 'default' : self.options.style, // FIXME: ugly
|
||||
title: button.title,
|
||||
tooltip: button.tooltip,
|
||||
type: self.options.type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue