Skip to content

Commit

Permalink
ui cleanups for composer (vertical orientation for props pages)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11993 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 7, 2009
1 parent d5ef557 commit 16bfd32
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 441 deletions.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposerscalebarwidget.cpp
Expand Up @@ -28,7 +28,7 @@ QgsComposerScaleBarWidget::QgsComposerScaleBarWidget( QgsComposerScaleBar* scale

//add widget for general composer item properties
QgsComposerItemWidget* itemPropertiesWidget = new QgsComposerItemWidget( this, scaleBar );
gridLayout->addWidget( itemPropertiesWidget, 14, 0, 1, 5 );
gridLayout->addWidget( itemPropertiesWidget );

blockMemberSignals( true );
mStyleComboBox->insertItem( 0, tr( "Single Box" ) );
Expand Down

0 comments on commit 16bfd32

Please sign in to comment.