forked from 0x2620/oxjs
some more support for squared style
This commit is contained in:
parent
53bc6e9e56
commit
32252a1dfd
7 changed files with 24 additions and 5 deletions
|
|
@ -127,6 +127,7 @@ Ox.Select = function(options, self) {
|
|||
if (self.options.label) {
|
||||
self.$label = Ox.Label({
|
||||
overlap: 'right',
|
||||
style: self.options.style,
|
||||
textAlign: 'right',
|
||||
title: self.options.label,
|
||||
width: self.options.labelWidth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue