Changeset - r20733:6e2cb2f08407
[Not reviewed]
master
0 1 0
planetmaker - 11 years ago 2013-09-15 15:56:46
planetmaker@openttd.org
(svn r25776) -Add [FS#5743]: Sticky and shade buttons for jukebox window (retro)
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/music_gui.cpp
Show inline comments
 
@@ -679,12 +679,14 @@ struct MusicWindow : public Window {
 
};
 

	
 
static const NWidgetPart _nested_music_window_widgets[] = {
 
	NWidget(NWID_HORIZONTAL),
 
		NWidget(WWT_CLOSEBOX, COLOUR_GREY),
 
		NWidget(WWT_CAPTION, COLOUR_GREY), SetDataTip(STR_MUSIC_JAZZ_JUKEBOX_CAPTION, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
 
		NWidget(WWT_SHADEBOX, COLOUR_GREY),
 
		NWidget(WWT_STICKYBOX, COLOUR_GREY),
 
	EndContainer(),
 

	
 
	NWidget(NWID_HORIZONTAL),
 
		NWidget(NWID_VERTICAL),
 
			NWidget(WWT_PANEL, COLOUR_GREY, -1), SetFill(1, 1), EndContainer(),
 
			NWidget(NWID_HORIZONTAL),
0 comments (0 inline, 0 general)