Changeset - r26798:df2ad35b2dfa
[Not reviewed]
master
0 1 0
merni-ns - 17 months ago 2023-01-25 18:06:19
66267867+merni-ns@users.noreply.github.com
Change #10255: Reduce basic thickness of linkgraph GUI lines (#10410)

From 3px to 2px (multiplied by UI scale).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/main_gui.cpp
Show inline comments
 
@@ -224,7 +224,7 @@ struct MainWindow : Window
 
		NWidgetViewport *nvp = this->GetWidget<NWidgetViewport>(WID_M_VIEWPORT);
 
		nvp->InitializeViewport(this, TileXY(32, 32), ScaleZoomGUI(ZOOM_LVL_VIEWPORT));
 

	
 
		this->viewport->overlay = new LinkGraphOverlay(this, WID_M_VIEWPORT, 0, 0, 3);
 
		this->viewport->overlay = new LinkGraphOverlay(this, WID_M_VIEWPORT, 0, 0, 2);
 
		this->refresh.SetInterval(LINKGRAPH_DELAY);
 
	}
 

	
0 comments (0 inline, 0 general)