Skip to content

Commit

Permalink
MainWindow: Change window title of toolbar from "toolBar" to "DB Tool…
Browse files Browse the repository at this point in the history
…bar"

Change the window title of the toolbar to the same name it has in the
View menu as the window title actually is visible in the UI when right
clicking on the toolbar or menu.
  • Loading branch information
MKleusberg committed Aug 22, 2014
1 parent a3affde commit 547a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolbarDB">
<property name="windowTitle">
<string>toolBar</string>
<string>DB Toolbar</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
Expand Down

0 comments on commit 547a4d8

Please sign in to comment.