From 9b21e5581563adc85b4dff2f4edaa9fd0c8e6a8d Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 20 Oct 2021 01:02:49 +0100 Subject: [PATCH] Styling tweaks on hex viewer widget --- .../InsightWindow/Stylesheets/InsightWindow.qss | 9 +++++---- .../HexViewerWidget/UiFiles/HexViewerWidget.ui | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index ef20edc1..090d8cc8 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -348,7 +348,8 @@ QScrollBar::sub-line:vertical { #hex-viewer-container #tool-bar, #hex-viewer-container #search-bar { - border-bottom: 1px solid #2F2F2D; + border-bottom: 1px solid #41423f; +} #hex-viewer-container #bottom-bar { border-top: 1px solid #41423f; @@ -379,13 +380,13 @@ QScrollBar::sub-line:vertical { #hex-viewer-container QScrollArea, #hex-viewer-container #byte-widget-scroll-area-container { - background-color: transparent; + background-color: #323330; border: none; } #hex-viewer-container #byte-widget-scroll-area-container #address-container { - background-color: transparent; - border-right: 1px solid #2F2F2D; + background-color: #353633; + border-right: 1px solid #41423f; } #hex-viewer-container #byte-widget-scroll-area-container #address-container QLabel { diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/UiFiles/HexViewerWidget.ui b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/UiFiles/HexViewerWidget.ui index 1857f0f6..f486387e 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/UiFiles/HexViewerWidget.ui +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/UiFiles/HexViewerWidget.ui @@ -84,7 +84,7 @@ - 80 + 85