forked from KolibriOS/kolibrios
barscfg: save docky state on/off after reboot
cmm: all apps are now using shared icons, remove old implementation git-svn-id: svn://kolibrios.org@9445 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -358,8 +358,8 @@ void DrawAboutWindow()
|
||||
WriteText(130,15, 0x81, 0xF5EFB3, "Pixie Player");
|
||||
|
||||
WriteTextLines(10, 40, 0x90, theme.color_top_panel_song_name, ABOUT_MESSAGE, 19);
|
||||
DrawIcon32(45, 15, theme.color_top_panel_bg, 65);
|
||||
DrawIcon32(ABOUT_W-32-45, 15, theme.color_top_panel_bg, 65);
|
||||
draw_icon_32(45, 15, theme.color_top_panel_bg, 65);
|
||||
draw_icon_32(ABOUT_W-32-45, 15, theme.color_top_panel_bg, 65);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user