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
d0340ee0
Commit
d0340ee0
authored
Jul 22, 2009
by
con
Browse files
Make it look better on windows.
parent
1d2e11b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
d0340ee0
...
...
@@ -59,6 +59,7 @@ Qt4ProjectConfigWidget::Qt4ProjectConfigWidget(Qt4Project *project)
// fix the layout
QAbstractButton
*
browseButton
=
m_ui
->
shadowBuildDirEdit
->
buttonAtIndex
(
0
);
browseButton
->
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
);
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