pgAdmin 4 commit: Rename the "Resize by data?" to "Columns sized by" an

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Rename the "Resize by data?" to "Columns sized by" an
Date: 2021-07-27 09:48:23
Message-ID: E1m8JhH-0003PF-42@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Rename the "Resize by data?" to "Columns sized by" and disabled the 'Maximum column width'
button if 'Columns sized by' is set to 'Column data'. Fixes #6622

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=508f97b08e775753551b8830270a8ab49938a56e

Modified Files
--------------
docs/en_US/images/preferences_sql_results_grid.png | Bin 164029 -> 150068 bytes
docs/en_US/preferences.rst | 13 +++---
docs/en_US/release_notes_5_6.rst | 1 +
web/pgadmin/preferences/static/js/preferences.js | 52 ++++++++++++++++++++-
.../js/slickgrid/plugins/slick.autocolumnsize.js | 4 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 21 ++++++---
.../sqleditor/utils/query_tool_preferences.py | 24 +++++-----
web/pgadmin/utils/preferences.py | 5 +-
8 files changed, 90 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2021-07-27 11:52:06 [pgAdmin][RM6586] Wrong SQL / Drop down getting generated for tablespace
Previous Message Aditya Toshniwal 2021-07-26 07:23:44 Re: Bug #6531