Skip to content

Commit

Permalink
change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
noisecode3 committed May 23, 2024
1 parent 56d02bb commit b2f0436
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions src/TombRaiderLinuxLauncher.ui
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<x>0</x>
<y>0</y>
<width>927</width>
<height>586</height>
<height>596</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_7">
Expand Down Expand Up @@ -211,6 +211,11 @@
</property>
<item>
<widget class="QWebEngineView" name="infoWebEngineView">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="url">
<url>
<string>about:blank</string>
Expand Down Expand Up @@ -246,13 +251,13 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>42</height>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>42</height>
<height>32</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
Expand Down Expand Up @@ -303,6 +308,11 @@
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QWebEngineView" name="walkthroughWebEngineView">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="url">
<url>
<string>about:blank</string>
Expand All @@ -315,16 +325,19 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>42</height>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>42</height>
<height>32</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -609,11 +622,16 @@ li.checked::marker { content: &quot;\2612&quot;; }
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QTextBrowser" name="textBrowserAbout">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Cantarell'; font-size:10pt;&quot;&gt;Hi this is my first official Qt program for fun&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Cantarell'; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Cantarell'; font-size:10pt;&quot;&gt;This program takes a Tomb Raider installation with cresponding Wine or Proton prefix and and modifies it. It will launch diffrent wine exe for modding and manage all you're Tomb Rader mods and maps from trle.net&lt;/span&gt;&lt;/p&gt;
Expand Down

0 comments on commit b2f0436

Please sign in to comment.