From 32e086c35a09f1aed8be9aa00221625d65bf6fb1 Mon Sep 17 00:00:00 2001 From: Joshua Fuhs Date: Fri, 22 Jun 2012 23:10:09 -0400 Subject: [PATCH] Allow for a wider layout description --- src/Bar.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bar.ahk b/src/Bar.ahk index b70a2f6..63a0907 100644 --- a/src/Bar.ahk +++ b/src/Bar.ahk @@ -61,7 +61,7 @@ Bar_init(m) { } ; layout i := Config_viewCount + 1 - text := " ??? " + text := " 1x9|=- " w := Bar_getTextWidth(text) 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%