Port Citra #4047 & #4052: add change background color support

This commit is contained in:
tech4me
2018-09-08 16:57:19 -07:00
parent af074ee422
commit 3dcedb36b4
6 changed files with 46 additions and 0 deletions

View File

@ -96,6 +96,27 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="bg_label">
<property name="text">
<string>Background Color:</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bg_button">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>