Skip to content

Commit 0ca7316

Browse files
committed
DB Manager: remove text under icons
1 parent 48afac3 commit 0ca7316

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/db_manager/db_manager.py

-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ def setupUi(self):
375375
# create toolbar
376376
self.toolBar = QToolBar("Default", self)
377377
self.toolBar.setObjectName("DB_Manager_ToolBar")
378-
self.toolBar.setToolButtonStyle(Qt.ToolButtonTextUnderIcon)
379378
self.addToolBar(self.toolBar)
380379

381380
# create menus' actions

0 commit comments

Comments
 (0)