• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión2beb0cea92004853e776bcb9c6260e6fe9799c40 (tree)
Tiempo2014-04-15 13:16:58
Autorjakago <jakago777@gmai...>
Commiterjakago

Log Message

font-weightの調整

Cambiar Resumen

Diferencia incremental

--- a/stylesheet-mac.qss
+++ b/stylesheet-mac.qss
@@ -1,7 +1,7 @@
11 QWidget {
22 font-family: "Times New Roman", serif;
33 font-size: 12pt;
4- font-weight: bold;
4+ font-weight: normal;
55 font-style: normal;
66 background-color: gainsboro;
77 /*
--- a/stylesheet-ubu.qss
+++ b/stylesheet-ubu.qss
@@ -13,6 +13,7 @@ QWidget {
1313 }
1414
1515 QMenuBar {
16+ color: black;
1617 background-color: gainsboro;
1718 }
1819