Skip to content
Snippets Groups Projects
Commit 378e1e54 authored by stefan's avatar stefan
Browse files

Perspective, remove text from A and + Icon

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2619 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 8e1269d0
Branches
Tags
No related merge requests found
......@@ -72,9 +72,6 @@ void Perspective::SetupQuickAccessBar()
l2->setContentsMargins(0, 0, 0, 0);
QPushButton* toggle_side_bar=new QPushButton(quick_access_bar_);
toggle_side_bar->setAttribute(Qt::WA_MacSmallSize);
#if !defined(__APPLE__)
toggle_side_bar->setText("A");
#endif
toggle_side_bar->setFlat(true);
toggle_side_bar->setToolTip("Glory A-Button");
toggle_side_bar->setIcon(QIcon(icon_path.absolutePath()+QDir::separator()+
......@@ -88,10 +85,7 @@ void Perspective::SetupQuickAccessBar()
l2->addWidget(toggle_side_bar, 0);
QPushButton* add_side_bar_widget=new QPushButton(quick_access_bar_);
add_side_bar_widget->setAttribute(Qt::WA_MacSmallSize);
#if !defined(__APPLE__)
add_side_bar_widget->setText("+");
#endif
add_side_bar_widget->setAttribute(Qt::WA_MacSmallSize);
add_side_bar_widget->setFlat(true);
add_side_bar_widget->setFixedSize(QSize(20, 20));
add_side_bar_widget->setToolTip("Add widget to left sidebar");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment