mirror of
				https://github.com/kunkundi/crossdesk.git
				synced 2025-10-27 12:45:35 +08:00 
			
		
		
		
	Make control bar scrollable
This commit is contained in:
		| @@ -26,11 +26,11 @@ int Render::LocalWindow() { | ||||
|   { | ||||
|     ImGui::PushStyleVar(ImGuiStyleVar_ChildRounding, 10.0f); | ||||
|     ImGui::PushStyleColor(ImGuiCol_ChildBg, ImVec4(0, 0, 0, 0.05)); | ||||
|     ImGui::BeginChild( | ||||
|         "LocalDesktopWindow_1", ImVec2(330, 180), ImGuiChildFlags_Border, | ||||
|         ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoCollapse | | ||||
|             ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoTitleBar | | ||||
|             ImGuiWindowFlags_NoBringToFrontOnFocus); | ||||
|     ImGui::BeginChild("LocalDesktopWindow_1", ImVec2(330, 180), | ||||
|                       ImGuiChildFlags_Border, | ||||
|                       ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoCollapse | | ||||
|                           ImGuiWindowFlags_NoTitleBar | | ||||
|                           ImGuiWindowFlags_NoBringToFrontOnFocus); | ||||
|     { | ||||
|       ImGui::SetWindowFontScale(0.5f); | ||||
|       ImGui::Text("%s", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user