Overview
Comment: | [lo] Enumerator: adjustments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo |
Files: | files | file ages | folders |
SHA3-256: |
9c201aff2fe6e8f193b61ab257b811a0 |
User & Date: | olr on 2018-02-24 08:19:42 |
Other Links: | manifest | tags |
Context
2018-02-24
| ||
08:20 | [graphspell] spellchecker: new function getTokenizer() check-in: aae2892638 user: olr tags: trunk, graphspell | |
08:19 | [lo] Enumerator: adjustments check-in: 9c201aff2f user: olr tags: trunk, lo | |
07:55 | [lo] Enumerator: new labels check-in: fd2d476ebf user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/oxt/Lexicographer/Enumerator.py from [753041f6b5] to [fb0c4a2aa0].
︙ | |||
116 117 118 119 120 121 122 | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | - - - - + + + + | nY2 = nY1 + 225 nWidth = self.xDialog.Width - 20 nHeight = 10 # List self._addWidget("list_section", 'FixedLine', nX, nY1, nWidth, nHeight, Label = self.dUI.get("list_section", "#err"), FontDescriptor = xFDTitle) |
︙ | |||
142 143 144 145 146 147 148 | 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | - + | self.xNoAccent = self._addWidget('noaccentuation', 'RadioButton', nX+155, nY2+12, 40, nHeight, Label = self.dUI.get('noaccentuation', "#err")) self.xTag = self._addWidget('tag_button', 'Button', self.xDialog.Width-40, nY2+10, 30, 11, Label = self.dUI.get('tag_button', "#err"), FontDescriptor = xFDTitle, TextColor = 0x005500) # Progress bar self.xProgressBar = self._addWidget('progress_bar', 'ProgressBar', nX, self.xDialog.Height-25, 160, 14) self.xProgressBar.ProgressValueMin = 0 |
︙ |