some more support for squared style
This commit is contained in:
parent
53bc6e9e56
commit
32252a1dfd
7 changed files with 24 additions and 5 deletions
|
|
@ -58,6 +58,7 @@ Ox.ButtonGroup = function(options, self) {
|
|||
overlap: self.options.overlap == 'left' && i == 0 ? 'left'
|
||||
: self.options.overlap == 'right' && i == self.options.buttons.length - 1 ? 'right'
|
||||
: 'none',
|
||||
style: self.options.style,
|
||||
title: button.title || button,
|
||||
tooltip: button.tooltip,
|
||||
width: button.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue