mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 06:49:47 +02:00
Visual improvements
This commit is contained in:
@ -567,7 +567,7 @@ namespace OS {
|
||||
* Scheme definition
|
||||
*/
|
||||
CalendarDialog.scheme = `\
|
||||
<afx-app-window width='300' height='230' apptitle = "Calendar" >
|
||||
<afx-app-window width='300' height='250' apptitle = "Calendar" >
|
||||
<afx-vbox>
|
||||
<afx-hbox>
|
||||
<div data-width = "10" ></div>
|
||||
|
@ -33,7 +33,17 @@ namespace OS {
|
||||
* @protected
|
||||
* @memberof LabelTag
|
||||
*/
|
||||
protected mount() {}
|
||||
protected mount() {
|
||||
$(this.refs.container)
|
||||
.css("display", "flex")
|
||||
.css("flex-direction", "row");
|
||||
$(this.refs.iclass)
|
||||
.css("flex-shrink",0);
|
||||
$(this.refs.i)
|
||||
.css("flex-shrink",0);
|
||||
$(this.refs.text)
|
||||
.css("flex",1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh the text in the label
|
||||
|
Reference in New Issue
Block a user