You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One issue is that the theme may specify a name for an image, but it is up to whatever image cache (or more specifically the image cache's resolver function) the renderer is using to map that name to an image file. The theme has no control over exactly which file will be used. The best that can be done here is to establish a convention for names.
This adds a set of icons for each provided theme, and provides
a means for themes to set icons. Additionally, close and
maximize buttons now implement window-specific interfaces
(SyWindowCloseButtonType, SyWindowMaximizeButtonType).
The ability for image themes to set outlines has been removed, as
this should arguably be provided by something else.
Fix#25
Somehow, themes need a way to specify the icons for window title bar close/maximize buttons.
The text was updated successfully, but these errors were encountered: