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
Marco Bubke
flatpak-qt-creator
Commits
dc17081b
Commit
dc17081b
authored
Aug 05, 2009
by
Andy Shaw
Browse files
Fixes: Compile on Windows
parent
a215f90c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
dc17081b
...
...
@@ -60,7 +60,7 @@ Qt4ProjectConfigWidget::Qt4ProjectConfigWidget(Qt4Project *project)
// fix the layout
m_browseButton
=
m_ui
->
shadowBuildDirEdit
->
buttonAtIndex
(
0
);
#ifdef Q_OS_WIN
browseButton
->
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
m_
browseButton
->
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
#endif
m_ui
->
gridLayout
->
addWidget
(
m_browseButton
,
4
,
2
);
int
minimumHeight
=
qMax
(
m_ui
->
qtVersionComboBox
->
sizeHint
().
height
(),
m_ui
->
manageQtVersionPushButtons
->
sizeHint
().
height
());
...
...
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