Taschenbuch

Results 13 issues of Taschenbuch

When a ListBox item (row) is selected, it gets highlighted. When the list box loses focus, the opacity is reduced too much. The highlight of the selectedItem row becomes barely...

bug
evaluation required

# Problem - blish modules and blish core can reference different versions of the same dependency. A dependency can be a nuget or just a simple dll. This can lead...

I have a font size slider to change the font size of my modules text. it felt off for font size 12. 12 looks smaller than 11: ![grafik](https://user-images.githubusercontent.com/43114787/184961778-90a1a0dc-d2c7-4e33-a46b-d33258f70243.png) fonts are...

see title. instead of right click a different way to do this, is fine too

feature

# observed behavior: Stroke color seems to be always Black even when Label.ShadowColor is set to Color.White. # expected behavior: - changing stroke color with Label.ShadowColor should be used as...

- what - mouse: blish becomes unresponsive to mouse interactions: clicking the corner icons, clicking or dragging or interacting with blish windows with the mouse (doesnt matter if it is...

# issue this should not return empty permissions. instead it should disable the module until user enables it again to accept the new permissions. https://github.com/blish-hud/Blish-HUD/blob/c13681832a494899ed6147bea48a7ea74b9bf890/Blish%20HUD/GameServices/Modules/Managers/Gw2ApiManager.cs#L59C51-L59C73 # steps to reproduce: I...

StandardWindow.Emblem is of type Texture2D and can not handle AsyncTexture2D from GameService.Content.DatAssetCache.TryGetTextureFromAssetId. This results in the window emblem not being displayed. Example code ``` GameService.Content.DatAssetCache.TryGetTextureFromAssetId(603447, out AsyncTexture2D mugTexture); new StandardWindow(...

occurs in Blish 1.1.1 # observed behavior View.Unload() method is never called on the custom settings view created by overriding Module.GetSettingsView() when switching between the Module Settings tab and other...

From my own experience in my team at work and from the discord here that is one of the biggest issues for people setting up electron for the first time...