summaryrefslogtreecommitdiff
path: root/components/ToolBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/ToolBar.qml')
-rw-r--r--components/ToolBar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/ToolBar.qml b/components/ToolBar.qml
index efdf973b..6eda98b7 100644
--- a/components/ToolBar.qml
+++ b/components/ToolBar.qml
@@ -2,10 +2,10 @@ import QtQuick 1.1
import "."
import "custom" as Components
-StyleItem{
+StyleItem {
id: toolbar
width: 200
- height: sizeFromContents(32, 32).height
+ height: 40
elementType: "toolbar"
}