Jan Karger ツ ☀

Results 129 comments of Jan Karger ツ ☀

@gep13 It seems like that there is something wrong if the taskbar is on the left or top of the screen. Idk what it is, it could also a change...

@timon89 Any news for this? Have you tried to update the graphics driver?

@eyalroz The message text inside the message dialog can be copied with the standard windows key short cut `Ctrl+C`. /cc @gep13 Is this good enough or should we add a...

@eyalroz You can use `Ctrl+C` without selecting any text after the dialog came up.

@eyalroz Here is an example. If you use `Ctrl+C` when this message dialog came up you will get the same in the clipboard. ![image](https://user-images.githubusercontent.com/658431/111778533-148a5400-88b5-11eb-8db0-735bb57efd93.png) ``` Failed to install package "glyphr-studio-desktop",...

@eyalroz This functionality comes with MahApps itself. I'm with you that we should make this message dialog a little bit better to help users.

@adragoner The pixel offset is easy to change by setting the BorderThickness for ColumnHeaderStyle ``` ``` **Before** ![image](https://cloud.githubusercontent.com/assets/658431/16589569/04f8fb58-42d4-11e6-97fd-4a39fe1c91f3.png) **After** ![image](https://cloud.githubusercontent.com/assets/658431/16589572/0b65a928-42d4-11e6-9607-ce16602ed9b3.png)

@BartStodola Not easy to change, because the whole logic behind Flyout and MetroWindow must be separated. So this is definitive a breaking change. We can do this maybe later after...