DXGL r766 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r765
|
r766
|
r767
>
Date:
05:37, 4 December 2017
Author:
admin
Status:
new
Tags:
Comment:
Fix mismatched scaling between dialog and tabs.
Fix "About" tab appearing offset, covering part of the other tabs.
Modified paths:
/dxglcfg/dxglcfg.cpp
(modified) (
history
)
/dxglcfg/dxglcfg.rc
(modified) (
history
)
Diff
[
purge
]
Index: dxglcfg/dxglcfg.cpp
—
—
@@ -1770,6 +1770,8 @@
1771
1771
ShowWindow(hTabs[3], SW_HIDE);
1772
1772
ShowWindow(hTabs[4], SW_HIDE);
1773
1773
ShowWindow(hTabs[5], SW_HIDE);
1774
+ ShowWindow(hTabs[6], SW_HIDE);
1775
+ ShowWindow(hTabs[7], SW_HIDE);
1774
1776
tabopen = 0;
1775
1777
1776
1778
// Load global settings.
Index: dxglcfg/dxglcfg.rc
—
—
@@ -31,9 +31,9 @@
32
32
//
33
33
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
34
34
IDD_DXGLCFG DIALOG 0, 0, 354, 242
35
-STYLE DS_3DLOOK | DS_CONTEXTHELP | DS_SETFONT | WS_CAPTION | WS_SYSMENU
35
+STYLE DS_3DLOOK | DS_CONTEXTHELP | DS_SHELLFONT | WS_CAPTION | WS_SYSMENU
36
36
CAPTION "DXGL Config"
37
-FONT 8, "Ms Shell Dlg 2"
37
+FONT 8, "Ms Shell Dlg"
38
38
{
39
39
LTEXT "Application profile", IDC_STATIC, 7, 7, 58, 8, SS_LEFT, WS_EX_LEFT
40
40
COMBOBOX IDC_APPS, 7, 17, 287, 195, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | 0x00000400, WS_EX_LEFT
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version