Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Fix setup skin not moving properly
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Jul 23, 2018
1 parent 2c7b4f8 commit 305934a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Skins/ModernGadgets/@Resources/Scripts/SettingsBackups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ function CheckForBackup()
SKIN:Bang('!UpdateMeter', 'BackgroundHeightAdjuster')
SKIN:Bang('!UpdateMeterGroup', 'Essentials')
SKIN:Bang('!Redraw')
SKIN:Bang('!ShowFade')
SKIN:Bang('!EnableMeasure', 'MeasureMove')
SKIN:Bang('!UpdateMeasure', 'MeasureMove')
file:close()
end

Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Config/Setup/Config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Group=ModernGadgets | ModernGadgetsSetup
; OnRefreshAction=[!CommandMeasure MeasureUpdateCheckerScript "CheckForUpdate('1.1.2', '1.2.0')"]
; OnRefreshAction=[!ShowMeterGroup Essentials][!ShowMeterGroup ImportBackupPrompt][!SetOption BackgroundHeightAdjuster Y R][!UpdateMeter BackgroundHeightAdjuster][!UpdateMeterGroup Essentials][!Redraw][!ShowFade]
; OnRefreshAction=[!CommandMeasure MeasureSettingsBackupScript "CheckForBackup()"]
OnRefreshAction=[!Move "((#SCREENAREAWIDTH# / 2) - (#CURRENTCONFIGWIDTH# / 2))" "((#SCREENAREAHEIGHT# / 2) - (#CURRENTCONFIGHEIGHT# / 2))"]
; OnRefreshAction=[!Move "((#SCREENAREAWIDTH# / 2) - (#CURRENTCONFIGWIDTH# / 2))" "((#SCREENAREAHEIGHT# / 2) - (#CURRENTCONFIGHEIGHT# / 2))"]
AccurateText=1

[Metadata]
Expand Down

0 comments on commit 305934a

Please sign in to comment.