From 7eea89ad6a7ab5cfe2f3d35895f4f791d66112e2 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 2 Feb 2022 20:52:03 +0000 Subject: [PATCH] Clarified width for integer data types, in memory region manager window --- .../Stylesheets/MemoryRegionManagerWindow.qss | 3 ++- .../UiFiles/FocusedMemoryRegionForm.ui | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Stylesheets/MemoryRegionManagerWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Stylesheets/MemoryRegionManagerWindow.qss index e78390cd..3ae7f3d5 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Stylesheets/MemoryRegionManagerWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/Stylesheets/MemoryRegionManagerWindow.qss @@ -110,7 +110,8 @@ } #form-container #address-range-description-label, -#form-container #value-annotations-description-label { +#form-container #value-annotations-description-label, +#form-container #integer-width-notice-label { color: #8a8a8d; } diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/FocusedMemoryRegionForm.ui b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/FocusedMemoryRegionForm.ui index fc30ea7f..8bc8de6b 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/FocusedMemoryRegionForm.ui +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/UiFiles/FocusedMemoryRegionForm.ui @@ -446,6 +446,31 @@ + + + + + 10 + + + + QSizePolicy::Fixed + + + + + + + + + + true + + + Maximum width for integer data types: 64 bits + + +