timschneeb / GalaxyBudsClient

Unofficial Galaxy Buds Manager for Windows, macOS, and Linux
GNU General Public License v3.0
3.27k stars 181 forks source link

Better macOS window #475

Closed sidevesh closed 4 months ago

sidevesh commented 4 months ago
Screenshot 2024-03-03 at 11 12 36 AM

In MainWindow.xaml I had to hardcode the CornerRadius to 20 instead of getting it from the DefaultCornerRadius value because <Border CornerRadius="{OnPlatform Default={StaticResource DefaultCornerRadius}, macOS='10'}" would cause the app to not open for some reason.

nift4 commented 4 months ago

hm, maybe move the options to right?

sidevesh commented 4 months ago

Screenshot 2024-03-04 at 3 07 20 PM Moved Options to Right

sidevesh commented 4 months ago

Screenshot 2024-03-04 at 3 33 15 PM Used subtitle color for the Options button on macOS to make things look a bit more symetrical (?)