Removed extra stylesheet blocks added by the editor.

This commit is contained in:
Filiph Sandström 2015-05-25 16:24:21 +02:00
parent 488748a9e6
commit db55493132

View file

@ -43,13 +43,7 @@ QMenuBar{
<height>31</height> <height>31</height>
</rect> </rect>
</property> </property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QMenu" name="menu_File"> <widget class="QMenu" name="menu_File">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title"> <property name="title">
<string>&amp;File</string> <string>&amp;File</string>
</property> </property>
@ -59,9 +53,6 @@ QMenuBar{
<addaction name="action_Exit"/> <addaction name="action_Exit"/>
</widget> </widget>
<widget class="QMenu" name="menu_Emulation"> <widget class="QMenu" name="menu_Emulation">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title"> <property name="title">
<string>&amp;Emulation</string> <string>&amp;Emulation</string>
</property> </property>
@ -73,9 +64,6 @@ QMenuBar{
<addaction name="action_Configure"/> <addaction name="action_Configure"/>
</widget> </widget>
<widget class="QMenu" name="menu_View"> <widget class="QMenu" name="menu_View">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title"> <property name="title">
<string>&amp;View</string> <string>&amp;View</string>
</property> </property>
@ -84,9 +72,6 @@ QMenuBar{
<addaction name="action_Hotkeys"/> <addaction name="action_Hotkeys"/>
</widget> </widget>
<widget class="QMenu" name="menu_Help"> <widget class="QMenu" name="menu_Help">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title"> <property name="title">
<string>&amp;Help</string> <string>&amp;Help</string>
</property> </property>