AppUI: 按钮字体改为蓝色
This commit is contained in:
parent
4dd02b44bd
commit
ff35841b5f
|
@ -77,6 +77,9 @@
|
||||||
<pointsize>12</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>新局</string>
|
<string>新局</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -103,6 +106,9 @@
|
||||||
<pointsize>12</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>认输</string>
|
<string>认输</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -126,6 +132,9 @@
|
||||||
<pointsize>12</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>悔棋</string>
|
<string>悔棋</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -147,8 +156,13 @@
|
||||||
<font>
|
<font>
|
||||||
<family>黑体</family>
|
<family>黑体</family>
|
||||||
<pointsize>12</pointsize>
|
<pointsize>12</pointsize>
|
||||||
|
<strikeout>false</strikeout>
|
||||||
|
<stylestrategy>PreferDefault</stylestrategy>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">color: rgb(0, 0, 127);</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>提示</string>
|
<string>提示</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue