mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-31 06:43:35 +00:00
fix(gamescope): Updater UI
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -121,13 +121,7 @@
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="changelogLayout">
|
||||
<item>
|
||||
<widget class="QTextBrowser" name="changelogText">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>150</height>
|
||||
</size>
|
||||
</property>
|
||||
<widget class="QTextBrowser" name="changelogText">
|
||||
<property name="html">
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
@@ -192,7 +186,6 @@ p, li { white-space: pre-wrap; }
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<!-- Start of added widgets -->
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="appImageSelectorLayout">
|
||||
<item>
|
||||
@@ -207,7 +200,6 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<!-- End of added widgets -->
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="buttonLayout">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user