GUI: changed AppearanceDialog default tab and a misleading description
This commit is contained in:
parent
c1f505b46e
commit
5d6b4f09f3
|
@ -441,11 +441,7 @@ void AppearanceDialog::colorInfoListInit()
|
|||
colorInfoListAppend("Loop Lines", "DisassemblyLoopColor", "");
|
||||
|
||||
colorInfoListAppend("SideBar:", "", "");
|
||||
#ifdef _WIN64
|
||||
colorInfoListAppend("RIP Label", "SideBarCipLabelColor", "SideBarCipLabelBackgroundColor");
|
||||
#else //x86
|
||||
colorInfoListAppend("EIP Label", "SideBarCipLabelColor", "SideBarCipLabelBackgroundColor");
|
||||
#endif //_WIN64
|
||||
colorInfoListAppend("Register Labels", "SideBarCipLabelColor", "SideBarCipLabelBackgroundColor");
|
||||
colorInfoListAppend("Bullets", "SideBarBulletColor", "");
|
||||
colorInfoListAppend("Breakpoints", "SideBarBulletBreakpointColor", "");
|
||||
colorInfoListAppend("Disabled Breakpoints", "SideBarBulletDisabledBreakpointColor", "");
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tabColors">
|
||||
<attribute name="title">
|
||||
|
|
Loading…
Reference in New Issue