forked from qt-creator/qt-creator
QmlDesigner: Change caption of tab bar in connection view
Dynamic Properties was to long since we have to set a fixed with for tabs when using css. Properties should be still clear enough and the preserved space imrpoves usability significantly. Change-Id: I484822918d78e89e96c587314bcaeda78c7e95b0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -55,7 +55,7 @@ ConnectionViewWidget::ConnectionViewWidget(QWidget *parent) :
|
||||
|
||||
ui->tabBar->addTab(tr("Connections", "Title of connection view"));
|
||||
ui->tabBar->addTab(tr("Bindings", "Title of connection view"));
|
||||
ui->tabBar->addTab(tr("Dynamic Properties", "Title of dynamic properties view"));
|
||||
ui->tabBar->addTab(tr("Properties", "Title of dynamic properties view"));
|
||||
ui->tabBar->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
|
||||
ui->connectionView->setStyleSheet(
|
||||
|
Reference in New Issue
Block a user