Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
f8e06bf2
Commit
f8e06bf2
authored
May 10, 2010
by
Jens Bache-Wiig
Browse files
Color tweak for project mode
The divider line is now gray instead of black.
parent
e92b4991
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/doubletabwidget.cpp
View file @
f8e06bf2
...
...
@@ -266,7 +266,7 @@ void DoubleTabWidget::paintEvent(QPaintEvent *event)
// draw background of second bar
painter
.
fillRect
(
QRect
(
0
,
r
.
height
(),
r
.
width
(),
OTHER_HEIGHT
),
grad
);
painter
.
setPen
(
Q
t
::
black
);
painter
.
setPen
(
Q
Color
(
0x505050
)
);
painter
.
drawLine
(
0
,
r
.
height
()
+
OTHER_HEIGHT
,
r
.
width
(),
r
.
height
()
+
OTHER_HEIGHT
);
painter
.
setPen
(
Qt
::
white
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment