accent color border fixes (#15735)

This commit is contained in:
Davide Giacometti
2022-01-25 18:41:55 +01:00
committed by GitHub
parent e131d0ff4b
commit 022ed601ec
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ bool isExcluded(HWND window)
}
AlwaysOnTop::AlwaysOnTop() :
SettingsObserver({SettingId::FrameEnabled, SettingId::Hotkey, SettingId::ExcludeApps, SettingId::FrameAccentColor}),
SettingsObserver({SettingId::FrameEnabled, SettingId::Hotkey, SettingId::ExcludeApps}),
m_hinstance(reinterpret_cast<HINSTANCE>(&__ImageBase))
{
s_instance = this;

View File

@@ -1859,18 +1859,18 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
</data>
<data name="MouseUtils_MousePointerCrosshair_CrosshairRadius.Header" xml:space="preserve">
<value>Crosshair center radius (px)</value>
<comment>px = pixels</comment>
<comment>px = pixels</comment>
</data>
<data name="MouseUtils_MousePointerCrosshair_CrosshairThickness.Header" xml:space="preserve">
<value>Crosshair thickness (px)</value>
<comment>px = pixels</comment>
<comment>px = pixels</comment>
</data>
<data name="MouseUtils_MousePointerCrosshair_CrosshairBorderColor.Header" xml:space="preserve">
<value>Crosshair border color</value>
</data>
<data name="MouseUtils_MousePointerCrosshair_CrosshairBorderSize.Header" xml:space="preserve">
<value>Crosshair border size (px)</value>
<comment>px = pixels</comment>
<comment>px = pixels</comment>
</data>
<data name="FancyZones_Radio_Custom_Colors.Content" xml:space="preserve">
<value>Custom colors</value>
@@ -2004,6 +2004,6 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
<value>Custom color</value>
</data>
<data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve">
<value>Window default</value>
<value>Windows default</value>
</data>
</root>