mnikonov / gpt-labs

Welcome to GTP Labs, the ultimate application for unlocking the power of OpenAI's API for Windows.
Apache License 2.0
40 stars 12 forks source link

[FEATURE] - Add support of MicaBackdrop #13

Closed mnikonov closed 1 year ago

mnikonov commented 1 year ago

Description

With in application should be added support of MicaBackdrop

Solution

Add next to the Window

` <Window x:Class="Gpt.Labs.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d">

<Window.SystemBackdrop>
    <MicaBackdrop Kind="Base"/>
</Window.SystemBackdrop>

`

Also should be adjusted backgrounds of 'Maximize/Minimize/Close' buttons and backgrounds of panels

Appropriate colors located here

https://github.com/microsoft/microsoft-ui-xaml/blob/b4804710c36fb9251b78752e26a69cb9ea31db4c/dev/CommonStyles/Common_themeresources_any.xaml#L177