Changeset - r13532:ea0d4414fdd5
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-13 20:10:13
rubidium@openttd.org
(svn r18064) -Codechange: make the sticky box size to the height of the title bar preventing glitches with larger fonts
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/widget.cpp
Show inline comments
 
@@ -1980,7 +1980,7 @@ NWidgetLeaf::NWidgetLeaf(WidgetType tp, 
 
			break;
 

	
 
		case WWT_STICKYBOX:
 
			this->SetFill(false, false);
 
			this->SetFill(false, true);
 
			this->SetMinimalSize(WD_STICKYBOX_WIDTH, 14);
 
			this->SetDataTip(STR_NULL, STR_TOOLTIP_STICKY);
 
			break;
0 comments (0 inline, 0 general)