From fe3aac4a4e4f5ebdcbc13050b30d2d24d5451124 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 21 Nov 2012 07:55:03 -0800 Subject: Aesthetic tweaks for qmleasing UI Add window title and shrink import button. Change-Id: Ic35b03c1b7d24fc4c3ca1dc237445474ecf3a213 Reviewed-by: Thomas Hartmann --- tools/qmleasing/mainwindow.cpp | 1 + tools/qmleasing/properties.ui | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/qmleasing/mainwindow.cpp b/tools/qmleasing/mainwindow.cpp index 3cf6d224b9..958df47023 100644 --- a/tools/qmleasing/mainwindow.cpp +++ b/tools/qmleasing/mainwindow.cpp @@ -53,6 +53,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { + setWindowTitle("QML Easing Curve Editor"); SplineEditor *splineEditor = new SplineEditor(this); QWidget *mainWidget = new QWidget(this); diff --git a/tools/qmleasing/properties.ui b/tools/qmleasing/properties.ui index ea28df33ac..149fa4f28f 100644 --- a/tools/qmleasing/properties.ui +++ b/tools/qmleasing/properties.ui @@ -124,7 +124,7 @@ - + Import AfterEffects Curve -- cgit v1.2.3