- Added a new tab on options panel for tooltip configuration.
- Added a new tab on options panel for broker config. - Added new abbreviation method called "comma". - Fully removed the delete button switch between instances, new all instances have a delete button. - Full re-write on the instance, delete and close buttons. - Fixed the total healing done by the raid group which was counting overheal too. - HotCorners now sort icons according with most used. - Few changes on all skins in order to fit on the new right menu buttons. - Added Horde avatars. - Fixed issue where shortcut panel shows below thw windows when its in Dialog strata. - Fixed problem with import data capture for charts. - API Cooltip: Added new option: TextShadow -> true or false. - New API: _detalhes.StatusBar:SetPlugin (instance, pluginname, anchor) - New API: _detalhes:SetPlayerDetailsWindowTexture (texture) - New API: _detalhes:SetOptionsWindowTexture (texture)
This commit is contained in:
@@ -491,11 +491,11 @@ local default_profile = {
|
||||
0.23, -- [3]
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
--> minimap
|
||||
minimap = {hide = false, radius = 160, minimapPos = 220},
|
||||
minimap = {hide = false, radius = 160, minimapPos = 220, onclick_what_todo = 1, text_type = 1},
|
||||
--> horcorner
|
||||
hotcorner_topleft = {hide = false, topleft_quick_click = true},
|
||||
hotcorner_topleft = {hide = false, onclick_what_todo = 1, quickclick = true, quickclick_what_todo = 2},
|
||||
|
||||
--> PvP
|
||||
only_pvp_frags = false,
|
||||
@@ -568,9 +568,9 @@ local default_profile = {
|
||||
--> skins
|
||||
standard_skin = false, --?
|
||||
skin = "Default Skin", --?
|
||||
--> modes
|
||||
|
||||
--> switch
|
||||
|
||||
--> tooltip
|
||||
tooltip = {fontface = "Friz Quadrata TT", fontsize = 10, fontcolor = {1, 1, 1, 1}, fontshadow = false, background = {.1, .1, .1, .3}, abbreviation = 8, maximize_method = 1, commands = {}},
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user