mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Add note
This commit is contained in:
parent
1ce322b09b
commit
fb525b61ba
1 changed files with 6 additions and 0 deletions
|
|
@ -1071,6 +1071,12 @@ namespace goes
|
|||
ImGui::BeginTabBar("##dcsmessagestabbar");
|
||||
if (ImGui::BeginTabItem("Parsed Values"))
|
||||
{
|
||||
ImGui::TextColored(style::theme.yellow, "%s", "Note:");
|
||||
ImGui::SameLine();
|
||||
ImGui::PushTextWrapPos(ImGui::GetContentRegionMax().x);
|
||||
ImGui::TextUnformatted("Due to the variability of data on DCS, this decoder can only make a \"best effort\" attempt to decode data. Validate data before use.");
|
||||
ImGui::PopTextWrapPos();
|
||||
|
||||
ImGui::BeginTable("##dcsparsedtable", 6, ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg | ImGuiTableFlags_SizingFixedFit);
|
||||
ImGui::TableSetupColumn("", ImGuiTableColumnFlags_NoResize, 20 * ui_scale);
|
||||
ImGui::TableSetupColumn("Address", ImGuiTableColumnFlags_NoResize, 75 * ui_scale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue