Commit ea6f3bea authored by Lorenz Meier's avatar Lorenz Meier

Fix rotation column width

parent 70d49461
......@@ -60,7 +60,7 @@ QGCView {
readonly property int sideBarH1PointSize: (ScreenTools.defaultFontPointSize * 1.3 + 0.5)
readonly property int mainTextH1PointSize: (ScreenTools.defaultFontPointSize * 1.5 + 0.5)
readonly property int rotationColumnWidth: 300
readonly property int rotationColumnWidth: 250
readonly property var rotations: [
"ROTATION_NONE",
"ROTATION_YAW_45",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment