Skip to content
Snippets Groups Projects
Commit c0eaaeff authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: increasing minimum width

Task-number: QTCREATORBUG-5491
Change-Id: I1f3d0c553537d51042dc0b00e5d4de882c27a07e
Reviewed-on: http://codereview.qt.nokia.com/1740


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent 7e19582a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ import Bauhaus 1.0
WidgetFrame {
id: propertyFrame;
minimumWidth: 300;
minimumWidth: 320;
property int frameWidth: width
property int labelWidth: 96
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment