Skip to content
GitLab
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
31ff319f
Commit
31ff319f
authored
Nov 29, 2010
by
dt
Browse files
Bauhaus: Fix border around zoom actiom
Reviewed-By: Jens Bache-Wiig
parent
776a45df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/zoomaction.cpp
View file @
31ff319f
...
...
@@ -99,6 +99,7 @@ QWidget *ZoomAction::createWidget(QWidget *parent)
connect
(
comboBox
,
SIGNAL
(
currentIndexChanged
(
int
)),
SLOT
(
emitZoomLevelChanged
(
int
)));
connect
(
this
,
SIGNAL
(
indexChanged
(
int
)),
comboBox
,
SLOT
(
setCurrentIndex
(
int
)));
comboBox
->
setProperty
(
"hideborder"
,
true
);
return
comboBox
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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