mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 06:31:03 +00:00
Removed extra stylesheet blocks added by the editor.
This commit is contained in:
parent
488748a9e6
commit
db55493132
@ -43,13 +43,7 @@ QMenuBar{
|
||||
<height>31</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_File">
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&File</string>
|
||||
</property>
|
||||
@ -59,9 +53,6 @@ QMenuBar{
|
||||
<addaction name="action_Exit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Emulation">
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&Emulation</string>
|
||||
</property>
|
||||
@ -73,9 +64,6 @@ QMenuBar{
|
||||
<addaction name="action_Configure"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_View">
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
@ -84,9 +72,6 @@ QMenuBar{
|
||||
<addaction name="action_Hotkeys"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Help">
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user