Commit fc6bde9a authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: AboutDialog: Change licence font

parent f786bc6f
...@@ -179,6 +179,12 @@ background-color: rgb(245, 245, 245);</string> ...@@ -179,6 +179,12 @@ background-color: rgb(245, 245, 245);</string>
</layout> </layout>
</widget> </widget>
<widget class="QTextEdit" name="licensePage"> <widget class="QTextEdit" name="licensePage">
<property name="font">
<font>
<family>Courier</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Plain</enum> <enum>QFrame::Plain</enum>
</property> </property>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment