Use default tab shape

This commit is contained in:
Martchus 2016-10-11 20:12:59 +02:00
parent 7b2bf981cb
commit 6c308f703b
2 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@ set(META_APP_DESCRIPTION "Tray application for Syncthing")
set(META_APP_CATEGORIES "Utility;Network;")
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 2)
set(META_VERSION_PATCH 3)
project(${META_PROJECT_NAME})

View File

@ -309,9 +309,6 @@ For &lt;i&gt;all&lt;/i&gt; notifications, checkout the log</string>
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
<property name="tabShape">
<enum>QTabWidget::Triangular</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>