/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/Workspaces/WorkspacesEditor/Properties/Settings.settings
21 строка
898 B
Laszlo Nemeth
[Workspaces] Implement store of app window's size and position (#36086)
05 дек 2024, 22:28
Не верифицирован
05 дек 2024, 22:28
076461e
Код
Авторство
О чём код?
<?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="WorkspacesEditor.Properties" GeneratedClassName="Settings"> <Profiles /> <Settings> <Setting Name="Top" Type="System.Double" Scope="User"> <Value Profile="(Default)">-1</Value> </Setting> <Setting Name="Left" Type="System.Double" Scope="User"> <Value Profile="(Default)">-1</Value> </Setting> <Setting Name="Height" Type="System.Double" Scope="User"> <Value Profile="(Default)">-1</Value> </Setting> <Setting Name="Width" Type="System.Double" Scope="User"> <Value Profile="(Default)">-1</Value> </Setting> <Setting Name="Maximized" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">False</Value> </Setting> </Settings> </SettingsFile>