Allow for a wider layout description
This commit is contained in:
parent
750a281eac
commit
32e086c35a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Bar_init(m) {
|
||||||
}
|
}
|
||||||
; layout
|
; layout
|
||||||
i := Config_viewCount + 1
|
i := Config_viewCount + 1
|
||||||
text := " ??? "
|
text := " 1x9|=- "
|
||||||
w := Bar_getTextWidth(text)
|
w := Bar_getTextWidth(text)
|
||||||
Gui, Add, Text, x%x1% y%y1% w%w% h%h1% BackgroundTrans vBar_#%m%_#%i%_layout gBar_GuiClick,
|
Gui, Add, Text, x%x1% y%y1% w%w% h%h1% BackgroundTrans vBar_#%m%_#%i%_layout gBar_GuiClick,
|
||||||
Gui, Add, Progress, x%x1% y%y1% w%w% h%h1% Background%Config_normBgColor2%
|
Gui, Add, Progress, x%x1% y%y1% w%w% h%h1% Background%Config_normBgColor2%
|
||||||
|
|
Loading…
Reference in a new issue