Add bar height/spacing options.

Add option to lock Omen from being moved/resized.
Update profile change function to properly resize and reanchor bars.
Fix weird bar animation effect which occurs only when resizing Omen.
Fix GrowUp option to take effect immediately.
This commit is contained in:
Xinhuan
2008-10-09 03:14:31 +08:00
parent 7f32140efa
commit 9895c8c1ca
2 changed files with 75 additions and 20 deletions
+7 -1
View File
@@ -18,6 +18,8 @@ L["Scale"] = true
L["Controls the scaling of the main Omen window."] = true
L["Autocollapse"] = true
L["Collapse to show a minimum number of bars"] = true
L["Lock Omen"] = true
L["Locks Omen in place and prevents it from being dragged or resized."] = true
L["Autocollapse Options"] = true
L["Grow bars upwards"] = true
L["Hide Omen on 0 bars"] = true
@@ -53,7 +55,11 @@ L["Short Numbers"] = true
L["Display large numbers in Ks"] = true
L["Bar Texture"] = true
L["The texture that the bar will use"] = true
L["Bar Height"] = true
L["Height of each bar"] = true
L["Bar Spacing"] = true
L["Spacing between each bar"] = true
-- Config strings, slash command section
L["OMEN_SLASH_DESC"] = "These buttons execute the same functions as the ones in the slash command /omen"
L["Toggle Omen"] = true