Revision 2373
tmp/org.txm.core/src/java/org/txm/objects/CorpusCommandPreferences.java (revision 2373) | ||
---|---|---|
7 | 7 |
|
8 | 8 |
/** |
9 | 9 |
* Wrapper for getting&setting corpus command default parameters |
10 |
* //TODO move the logic to TXMPreferences |
|
10 | 11 |
* |
11 | 12 |
* @author mdecorde |
12 | 13 |
* |
... | ... | |
44 | 45 |
return value; |
45 | 46 |
} |
46 | 47 |
} |
48 |
|
|
49 |
public Integer getInt(String key, TXMPreferences alternative) { |
|
50 |
String v = get(key, alternative); |
|
51 |
try { |
|
52 |
return Integer.parseInt(v); |
|
53 |
} catch (Exception e) { return 0; } |
|
54 |
} |
|
47 | 55 |
|
48 | 56 |
public void setName(String name) { |
49 | 57 |
node.put(TBXPreferences.NAME, name); |
tmp/org.txm.core/res/org/txm/css/transcriber.css (revision 2373) | ||
---|---|---|
39 | 39 |
-webkit-column-count: 2; |
40 | 40 |
} |
41 | 41 |
|
42 |
.section-secondary { |
|
43 |
column-count:2; |
|
44 |
-webkit-column-count: 2; |
|
45 |
} |
|
46 |
|
|
42 | 47 |
.play-media { |
43 | 48 |
background-color: white; |
44 | 49 |
border: 1px solid #e7e7e7; |
Also available in: Unified diff