From 39b7b29af8fa7dc8fecb05e948ec8f6e6f76fcbd Mon Sep 17 00:00:00 2001 From: Dan McCarthy Date: Sat, 30 Dec 2023 02:06:37 -0600 Subject: [PATCH] Debugger: Combine Start & End addresses to 1 line & add comparison label - Combines the start and end address inputs for memory search into a single line to not take up unnecessary space and allow room for other UI elements. - Adds 'Comparison' label to memory search UI to describe the comparison input dropdown. --- pcsx2-qt/Debugger/CpuWidget.ui | 67 ++++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 28 deletions(-) diff --git a/pcsx2-qt/Debugger/CpuWidget.ui b/pcsx2-qt/Debugger/CpuWidget.ui index bfddb52742..ad7f61c9ed 100644 --- a/pcsx2-qt/Debugger/CpuWidget.ui +++ b/pcsx2-qt/Debugger/CpuWidget.ui @@ -183,20 +183,6 @@ - - - - End - - - - - - - 0x00 - - - @@ -207,20 +193,6 @@ - - - - Start - - - - - - - 0x2000000 - - - @@ -340,6 +312,45 @@ + + + + Comparison + + + + + + + + + + + Start + + + + + + + 0x00 + + + + + + + End + + + + + + + 0x2000000 + + +