diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-28 20:22:38 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-28 20:22:38 +0300 |
| commit | d3a58770d3b923d488b5df090c8e98edf5bf0b2b (patch) | |
| tree | 8dee237d133b2a36c6b14e7bfbd821cb8805a8b1 /base | |
| parent | 8c9275c497bbd868ee133dfad73bb1dd12519b41 (diff) | |
Overhaul the evidence system:
You can now press the checkmark to save evidence. The checkmark only appears when your edited evidence differs from evidence on the server.
You will now be alerted if you try to exit out of the evidence with unsaved changes (pressing "X")
Fix double-clicking on image name not doing anything
You will now be alerted if the evidence changed as you were editing it
Add tooltips
Make an evidence_close function that can be referred to from multiple places
Diffstat (limited to 'base')
| -rw-r--r-- | base/themes/default/courtroom_design.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/themes/default/courtroom_design.ini b/base/themes/default/courtroom_design.ini index e53eb08d..b9a27a36 100644 --- a/base/themes/default/courtroom_design.ini +++ b/base/themes/default/courtroom_design.ini @@ -293,9 +293,10 @@ evidence_overlay = 24, 24, 439, 222 ; x/y coordinates 0,0 will start at top-left of the "evidence_overlay" (which is parented to "evidence_background") for everything below until specified otherwise. ; **** evidence_delete = 78, 8, 70, 20 -evidence_image_name = 150, 8, 130, 20 -evidence_image_button = 280, 8, 60, 20 +evidence_image_name = 150, 8, 109, 20 +evidence_image_button = 259, 8, 60, 20 evidence_x = 341, 8, 20, 20 +evidence_ok = 320, 8, 20, 20 evidence_button = 627, 322, 85, 18 evidence_name = 112, 4, 264, 19 evidence_description = 78, 28, 281, 166
\ No newline at end of file |
