2011/11/11 Zoom.Quiet <zoom.qu...@gmail.com>:
> as atta. snaps:
> - as default pane size,font in find pane can not display well
> - unless drag up find pane make all words display...

fixed auto in leo-editor-snapshot-201111110253 ;-)

>    - but font in pane is not same as others, it look like bigger
>    - and the new viersion leoSettings.leo not Fonts node?!
>        - so how to set up fonts for Leo 4.9?
i found he Qt font setup @
~/.leo/myLeoSettings.leo#Candidates for settings in
myLeoSettings.leo-->Appearance-->@data qt-gui-plugin-style-sheet

btw. for Chinese, i fixed as:
--- leo-font-default.txt        2011-11-12 00:05:38.353951888 +0800
+++ leo-font-zq.txt     2011-11-12 00:05:48.993460576 +0800
@@ -34,26 +34,32 @@
     background-color: white;
     border-style: solid;
 }
-
 QTreeWidget {
     /* These apply to the selected item, but not to editing items.*/
     background-color: #ffffec; /* Leo's traditional tree color */
     selection-color: black; /* was white */
     selection-background-color: lightgrey;
     /* font-family: SansSerif; */
-    font-family: DejaVu Sans Mono;
-    font-size: 12px;
+    font-family: WenQuanYi Zen Hei Mono; /*DejaVu Sans Mono;*/
+    font-size: 13px;
     font-weight: normal; /* normal,bold,100,..,900 */
     font-style: normal; /* normal, italic,oblique */
  }

-/* Headline edit widgets */
-QTreeWidget QLineEdit {
+/* Headline edit widgets
     background-color: cornsilk;
     selection-color: white;
     selection-background-color: blue;
     font-family: DejaVu Sans Mono;
     font-size: 12px;
+*/
+QTreeWidget QLineEdit {
+    background-color: #D9D9B0;
+    selection-color: #ffffec;
+    selection-background-color: #525E45;
+    font-family: WenQuanYi Zen Hei Mono;
+    font-size: 14px;
+
     font-weight: normal; /* normal,bold,100,..,900 */
     font-style: normal; /* normal, italic,oblique */
 }
@@ -65,19 +71,19 @@
     selection-background-color: blue;
     /* font-family: Courier New; */
     font-family: DejaVu Sans Mono;
-    font-size: 12px;
+    font-size: 10px;
     font-weight: normal; /* normal,bold,100,..,900 */
     font-style: normal; /* normal, italic,oblique */
 }

 /* The body pane */
 QTextEdit#richTextEdit {
-    background-color: #fdf5f5; /* A kind of pink. */
+    background-color: #F4F5EA ; /* #fdf5f5 A kind of pink. */
     selection-color: white;
-    selection-background-color: lightgrey;
-    font-family: DejaVu Sans Mono;
+    selection-background-color: #778877 ; /*lightgrey;*/
+    font-family: WenQuanYi Zen Hei Mono; /*DejaVu Sans Mono;*/
     /* font-family: Courier New; */
-    font-size: 12px;
+    font-size: 16px;
     font-weight: normal; /* normal,bold,100,..,900 */
     font-style: normal; /* normal,italic,oblique */
 }



-- 
人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦!
俺: http://about.me/zoom.quiet
文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to