equal
deleted
inserted
replaced
1 HsShortcutWidget { |
1 HsShortcutWidget { |
|
2 layout: icon_shortcut; |
|
3 } |
|
4 |
|
5 HsShortcutWidget[text] { |
2 layout: icon_text_shortcut; |
6 layout: icon_text_shortcut; |
3 } |
7 } |
4 |
8 |
5 HsShortcutWidget[icon][text] { |
9 HsShortcutWidget[!text] { |
6 layout: icon_text_shortcut; |
|
7 } |
|
8 |
|
9 HsShortcutWidget[icon][!text] { |
|
10 layout: icon_shortcut; |
10 layout: icon_shortcut; |
11 } |
11 } |
12 |
12 |
13 HsShortcutWidget::background { |
13 HsShortcutWidget::background { |
14 border-width: 0.0un; |
14 border-width: 0.0un; |
15 fixed-width: 12un; |
15 fixed-width: 12un; |
16 fixed-height: expr(12.5un + var(hb-param-text-height-tiny)); |
16 fixed-height: 12un; |
17 zvalue: 0; |
17 zvalue: 0; |
18 } |
18 } |
19 |
19 |
20 HsShortcutWidget[icon][text]::background { |
20 HsShortcutWidget[text]::background { |
21 border-width: 0.0un; |
21 border-width: 0.0un; |
22 fixed-width: 12un; |
22 fixed-width: 12un; |
23 fixed-height: expr(12.5un + var(hb-param-text-height-tiny)); |
23 fixed-height: expr(12.5un + var(hb-param-text-height-tiny)); |
24 zvalue: 0; |
24 zvalue: 0; |
25 } |
25 } |
26 |
26 |
27 HsShortcutWidget[icon][!text]::background { |
27 HsShortcutWidget[!text]::background { |
28 border-width: 0.0un; |
28 border-width: 0.0un; |
29 fixed-width: 12un; |
29 fixed-width: 12un; |
30 fixed-height: 12un; |
30 fixed-height: 12un; |
31 zvalue: 0; |
31 zvalue: 0; |
32 } |
32 } |