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
Marco Bubke
flatpak-qt-creator
Commits
5ed5f8b2
Commit
5ed5f8b2
authored
Jul 23, 2009
by
con
Browse files
This was supposed to be only windows.
See commit
d0340ee0
, which breaks it for Mac at least.
parent
8eeabae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
5ed5f8b2
...
...
@@ -59,7 +59,9 @@ Qt4ProjectConfigWidget::Qt4ProjectConfigWidget(Qt4Project *project)
// fix the layout
QAbstractButton
*
browseButton
=
m_ui
->
shadowBuildDirEdit
->
buttonAtIndex
(
0
);
#ifdef Q_OS_WIN
browseButton
->
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
#endif
m_ui
->
gridLayout
->
addWidget
(
browseButton
,
4
,
2
);
int
minimumHeight
=
qMax
(
m_ui
->
qtVersionComboBox
->
sizeHint
().
height
(),
m_ui
->
manageQtVersionPushButtons
->
sizeHint
().
height
());
Qt
::
Alignment
labelAlignment
=
Qt
::
Alignment
(
style
()
->
styleHint
(
QStyle
::
SH_FormLayoutLabelAlignment
));
...
...
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