• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版86b330bf93afbd5206bb357ab8439a62f4e92fed (tree)
时间2010-11-07 16:55:48
作者Christopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

make right title in DarkTab look like the others

更改概述

差异

--- a/themes/DarkTab/theme.jl
+++ b/themes/DarkTab/theme.jl
@@ -1490,10 +1490,6 @@
14901490 `((focused . ,(make-image "right-frame-bottom-border-f.png"))
14911491 (inactive . ,(make-image "right-frame-bottom-border-i.png"))))
14921492
1493-(define right-frame-right-border-cursor-images
1494- `((focused . ,(make-image "right-frame-right-border-cursor-f.png"))
1495- (inactive . ,(make-image "right-frame-right-border-cursor-i.png"))))
1496-
14971493 (define right-frame-menu-button-images
14981494 `((focused . ,(make-image "right-frame-menu-button-f.png"))
14991495 (highlighted . ,(make-image "right-frame-menu-button-h.png"))
@@ -1970,13 +1966,7 @@
19701966 (top-edge . ,frame-edge)
19711967 (left-edge . ,title-edge)
19721968 (height . ,frame-width)
1973- (width . ,title-hight))
1974- ((class . title)
1975- (background . ,left-frame-title-images)
1976- (left-edge . ,title-edge-s)
1977- (top-edge . 0)
1978- (height . 2)
1979- (width . ,title-hight-s))))
1969+ (width . ,title-hight))))
19801970
19811971 (define right-frame-default-border-corner-group
19821972 `(((class . bottom-right-corner)
@@ -1990,13 +1980,7 @@
19901980 (top-edge . ,frame-edge)
19911981 (right-edge . ,title-edge)
19921982 (height . ,frame-width)
1993- (width . ,title-hight))
1994- ((class . title)
1995- (background . ,right-frame-title-images)
1996- (right-edge . ,title-edge)
1997- (top-edge . 0)
1998- (height . 2)
1999- (width . ,title-hight-s))))
1983+ (width . ,title-hight))))
20001984
20011985 (define top-frame-border-group
20021986 `(((class . left-border)
@@ -2232,10 +2216,11 @@
22322216 (x-justify . 2))))
22332217
22342218 (define right-frame-title-group
2235- `(((class . title)
2219+ `(((class . right-border)
22362220 (background . ,right-frame-right-border-images)
2221+ (cursor . sb_h_double_arrow)
22372222 (top-edge . 0)
2238- (right-edge . -2)
2223+ (right-edge . ,title-edge)
22392224 (bottom-edge . 0)
22402225 (width . 2))
22412226 ((class . tabbar-vertical-top-edge)
@@ -2244,19 +2229,19 @@
22442229 (cursor . hand2)
22452230 (height . ,title-hight-s)
22462231 (width . ,title-hight-s)
2247- (right-edge . ,title-edge)
2232+ (right-edge . ,title-edge-s)
22482233 (y-justify . 4)
22492234 (x-justify . 2))
22502235 ((class . tabbar-vertical)
22512236 (x-justify . 12)
22522237 (y-justify . center)
22532238 (background . ,right-frame-tab-images)
2254- (right-edge . ,title-edge)
2239+ (right-edge . ,title-edge-s)
22552240 (width . ,title-hight-s))
22562241 ((class . tabbar-vertical-bottom-edge)
22572242 (foreground . ,(lambda (w) (window-icon w)))
22582243 (background . ,right-frame-tab-bottom-icon-images)
2259- (right-edge . ,title-edge)
2244+ (right-edge . ,title-edge-s)
22602245 (height . ,title-hight-s)
22612246 (width . ,title-hight-s)
22622247 (y-justify . 1)
@@ -2271,15 +2256,6 @@
22712256 (right-edge . 0)
22722257 (height . 2))))
22732258
2274-(define right-frame-title-cursor-images
2275- `(((class . right-border)
2276- (background . ,right-frame-right-border-cursor-images)
2277- (cursor . sb_h_double_arrow)
2278- (top-edge . 0)
2279- (right-edge . ,title-edge)
2280- (bottom-edge . 0)
2281- (width . 2))))
2282-
22832259 (define top-frame-close-button
22842260 `((class . close-button)
22852261 (background . ,top-frame-close-button-images)
@@ -2308,7 +2284,7 @@
23082284 `((class . close-button)
23092285 (background . ,right-frame-close-button-images)
23102286 (cursor . hand2)
2311- (right-edge . ,title-edge)
2287+ (right-edge . ,title-edge-s)
23122288 (height . ,right-frame-button-height)
23132289 (width . ,title-hight-s)))
23142290
@@ -2340,7 +2316,7 @@
23402316 `((class . menu-button)
23412317 (background . ,right-frame-menu-button-images)
23422318 (cursor . hand2)
2343- (right-edge . ,title-edge)
2319+ (right-edge . ,title-edge-s)
23442320 (height . ,right-frame-button-height)
23452321 (width . ,title-hight-s)))
23462322
@@ -2372,7 +2348,7 @@
23722348 `((class . iconify-button)
23732349 (background . ,right-frame-iconify-button-images)
23742350 (cursor . hand2)
2375- (right-edge . ,title-edge)
2351+ (right-edge . ,title-edge-s)
23762352 (height . ,right-frame-button-height)
23772353 (width . ,title-hight-s)))
23782354
@@ -2404,7 +2380,7 @@
24042380 `((class . maximize-button)
24052381 (background . ,right-frame-maximize-image-set)
24062382 (cursor . hand2)
2407- (right-edge . ,title-edge)
2383+ (right-edge . ,title-edge-s)
24082384 (height . ,right-frame-button-height)
24092385 (width . ,title-hight-s)))
24102386
@@ -2436,7 +2412,7 @@
24362412 `((class . shade-button)
24372413 (background . ,right-frame-shade-image-set)
24382414 (cursor . hand2)
2439- (right-edge . ,title-edge)
2415+ (right-edge . ,title-edge-s)
24402416 (height . ,right-frame-button-height)
24412417 (width . ,title-hight-s)))
24422418
@@ -2468,7 +2444,7 @@
24682444 `((class . sticky-button)
24692445 (background . ,right-frame-sticky-image-set)
24702446 (cursor . hand2)
2471- (right-edge . ,title-edge)
2447+ (right-edge . ,title-edge-s)
24722448 (height . ,right-frame-button-height)
24732449 (width . ,title-hight-s)))
24742450
@@ -2496,7 +2472,7 @@
24962472 (define right-frame-space-button
24972473 `((class . title)
24982474 (background . ,right-frame-title-images)
2499- (right-edge . ,title-edge)
2475+ (right-edge . ,title-edge-s)
25002476 (height . ,right-frame-button-height)
25012477 (width . ,title-hight-s)))
25022478
@@ -2528,7 +2504,7 @@
25282504 `((class . prev-button)
25292505 (background . ,right-frame-prev-image-set)
25302506 (cursor . hand2)
2531- (right-edge . ,title-edge)
2507+ (right-edge . ,title-edge-s)
25322508 (height . ,right-frame-button-height)
25332509 (width . ,title-hight-s)))
25342510
@@ -2560,7 +2536,7 @@
25602536 `((class . next-button)
25612537 (background . ,right-frame-next-image-set)
25622538 (cursor . hand2)
2563- (right-edge . ,title-edge)
2539+ (right-edge . ,title-edge-s)
25642540 (height . ,right-frame-button-height)
25652541 (width . ,title-hight-s)))
25662542
@@ -2592,7 +2568,7 @@
25922568 `((class . lock-button)
25932569 (background . ,right-frame-lock-image-set)
25942570 (cursor . hand2)
2595- (right-edge . ,title-edge)
2571+ (right-edge . ,title-edge-s)
25962572 (height . ,right-frame-button-height)
25972573 (width . ,title-hight-s)))
25982574
@@ -2624,7 +2600,7 @@
26242600 `((class . raise-lower-button)
26252601 (background . ,right-frame-raise-lower-image-set)
26262602 (cursor . hand2)
2627- (right-edge . ,title-edge)
2603+ (right-edge . ,title-edge-s)
26282604 (height . ,right-frame-button-height)
26292605 (width . ,title-hight-s)))
26302606
@@ -2656,7 +2632,7 @@
26562632 `((class . move-resize-button)
26572633 (background . ,right-frame-move-resize-button-images)
26582634 (cursor . hand2)
2659- (right-edge . ,title-edge)
2635+ (right-edge . ,title-edge-s)
26602636 (height . ,right-frame-button-height)
26612637 (width . ,title-hight-s)))
26622638
@@ -2688,7 +2664,7 @@
26882664 `((class . rename-button)
26892665 (background . ,right-frame-rename-button-images)
26902666 (cursor . hand2)
2691- (right-edge . ,title-edge)
2667+ (right-edge . ,title-edge-s)
26922668 (height . ,right-frame-button-height)
26932669 (width . ,title-hight-s)))
26942670
@@ -2720,7 +2696,7 @@
27202696 `((class . frame-typ-button)
27212697 (background . ,right-frame-frame-typ-button-images)
27222698 (cursor . hand2)
2723- (right-edge . ,title-edge)
2699+ (right-edge . ,title-edge-s)
27242700 (height . ,right-frame-button-height)
27252701 (width . ,title-hight-s)))
27262702
@@ -2780,13 +2756,7 @@
27802756 (top-edge . ,frame-edge)
27812757 (left-edge . ,title-edge)
27822758 (height . ,frame-width)
2783- (width . ,title-hight))
2784- ((class . title)
2785- (background . ,left-frame-title-images)
2786- (left-edge . ,title-edge-s)
2787- (top-edge . 0)
2788- (height . 2)
2789- (width . ,title-hight-s))))
2759+ (width . ,title-hight))))
27902760
27912761 (define right-frame-shaped-border-corner-group
27922762 `(((class . bottom-right-corner)
@@ -2795,18 +2765,12 @@
27952765 (right-edge . ,title-edge)
27962766 (height . ,frame-width)
27972767 (width . ,title-hight))
2798- ((class . top-left-corner)
2768+ ((class . top-right-corner)
27992769 (background . ,right-frame-top-right-corner-shaped-images)
28002770 (top-edge . ,frame-edge)
28012771 (right-edge . ,title-edge)
28022772 (height . ,frame-width)
2803- (width . ,title-hight))
2804- ((class . title)
2805- (background . ,right-frame-title-images)
2806- (right-edge . ,title-edge)
2807- (top-edge . 0)
2808- (height . 2)
2809- (width . ,title-hight-s))))
2773+ (width . ,title-hight))))
28102774
28112775 (define top-button-alist
28122776 `((close . ,top-frame-close-button)
@@ -3073,16 +3037,16 @@
30733037 #:theme-right-margin-transient right-right-m-t))
30743038 (setq normal-frame
30753039 (append right-frame-title-group right-frame-normal-buttons-left right-frame-default-border-corner-group
3076- right-frame-border-group right-frame-normal-buttons-right right-frame-title-cursor-images))
3040+ right-frame-border-group right-frame-normal-buttons-right))
30773041 (setq shaped-frame
30783042 (append right-frame-title-group right-frame-normal-buttons-left right-frame-shaped-border-corner-group
3079- right-frame-normal-buttons-right right-frame-title-cursor-images))
3043+ right-frame-normal-buttons-right))
30803044 (setq transient-frame
30813045 (append right-frame-title-group right-frame-transient-buttons-left right-frame-default-border-corner-group
3082- right-frame-border-group right-frame-transient-buttons-right right-frame-title-cursor-images))
3046+ right-frame-border-group right-frame-transient-buttons-right))
30833047 (setq shaped-transient-frame
30843048 (append right-frame-title-group right-frame-transient-buttons-left right-frame-shaped-border-corner-group
3085- right-frame-transient-buttons-right right-frame-title-cursor-images))))))
3049+ right-frame-transient-buttons-right))))))
30863050
30873051 (create-frames)
30883052