summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Doležel <lubos@dolezel.info>2020-04-01 08:30:06 +0200
committerGitHub <noreply@github.com>2020-04-01 08:30:06 +0200
commit5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77 (patch)
tree7e190746acc8dff8c87ddd600fb03c2822b908de
parent8271ef61d35bcb82c75a593405bc8acbdfc92c26 (diff)
parent08005d2d58691dc6f6d3ddd93b87950064fa2038 (diff)
downloadtwinkle-5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77.tar
twinkle-5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77.tar.gz
twinkle-5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77.tar.lz
twinkle-5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77.tar.xz
twinkle-5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77.zip
Merge pull request #202 from fbriere/fixes/195-empty-context-menu
Set the windowTitle property of callToolbar
-rw-r--r--src/gui/mphoneform.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/mphoneform.ui b/src/gui/mphoneform.ui
index 8857394..6a1f6f0 100644
--- a/src/gui/mphoneform.ui
+++ b/src/gui/mphoneform.ui
@@ -1015,6 +1015,9 @@
</layout>
</widget>
<widget class="QToolBar" name="callToolbar">
+ <property name="windowTitle">
+ <string>Main Toolbar</string>
+ </property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>