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
3652b9db
Commit
3652b9db
authored
Aug 04, 2010
by
Thomas Hartmann
Browse files
QtQuickToolBar: change button size
parent
ce0cde83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
View file @
3652b9db
...
...
@@ -435,7 +435,7 @@ void ContextPaneWidget::setPinButton()
m_toolButton
->
setIcon
(
QPixmap
::
fromImage
(
QImage
(
pin_xpm
)));
m_toolButton
->
setToolButtonStyle
(
Qt
::
ToolButtonIconOnly
);
m_toolButton
->
setFixedSize
(
16
,
16
);
m_toolButton
->
setFixedSize
(
20
,
20
);
m_toolButton
->
setToolTip
(
tr
(
"Unpins the toolbar. The toolbar will be moved to its default position."
));
DesignerSettings
designerSettings
=
Internal
::
BauhausPlugin
::
pluginInstance
()
->
settings
();
...
...
@@ -454,7 +454,7 @@ void ContextPaneWidget::setLineButton()
m_toolButton
->
setAutoRaise
(
true
);
m_toolButton
->
setIcon
(
QPixmap
::
fromImage
(
QImage
(
line_xpm
)));
m_toolButton
->
setToolButtonStyle
(
Qt
::
ToolButtonIconOnly
);
m_toolButton
->
setFixedSize
(
16
,
16
);
m_toolButton
->
setFixedSize
(
20
,
20
);
m_toolButton
->
setToolTip
(
tr
(
"Hides this toolbar. This toolbar can be permantly disabled in the options or in the context menu."
));
DesignerSettings
designerSettings
=
Internal
::
BauhausPlugin
::
pluginInstance
()
->
settings
();
...
...
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