mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
MainWindow: Change window title of toolbar from "toolBar" to "DB Toolbar"
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user