PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
47 stars 16 forks source link

Switch ASC / DESC unicode marker #115

Closed ssweber closed 1 year ago

ssweber commented 1 year ago

In thunderbird: image image

In pysimplegui image image

Do we want to flip that?

PySimpleSQL commented 1 year ago

Hmm, I'm not sure. To me, the way it is now looks correct - i'll try to look for more examples

PySimpleSQL commented 1 year ago

I just checked real quick on the raspberry pi i'm working off of, and it matches the pysimplesql sort markers. I didn't realize there was variation in how this was presented

DeepinScreenshot_select-area_20230303182918 DeepinScreenshot_select-area_20230303182955

PySimpleSQL commented 1 year ago

Plus, the end user can change it via a ThemePack if they want :)

ssweber commented 1 year ago

Yeah. I’m thinking that some use it as a pyramid (a at bottom, z at top), while thunderbird uses it as less than, greater than

ssweber commented 1 year ago

I thought you'd get a laugh from reading this stack exchange

I had no idea people were so passionate about which way was right!

PySimpleSQL commented 1 year ago

Yeah, we will provide an example showing how to easily swap this in the ThemePack. In fact, maybe it even warrants a swap_sort_indicators() method for ThemePack that provides an actual data swap of those two marker values

On Wed, Mar 8, 2023, 3:29 PM ssweber @.***> wrote:

I thought you'd get a laugh from reading this stack exchange https://ux.stackexchange.com/questions/37564/use-up-or-down-arrow-to-represent-sort-ascending-at-table-header

I had no idea people were so passionate about which way was right!

— Reply to this email directly, view it on GitHub https://github.com/PySimpleSQL/pysimplesql/issues/115#issuecomment-1460836920, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQX2RES346SW5IRZ6B2AWBLW3DT3HANCNFSM6AAAAAAVO7WAVI . You are receiving this because you commented.Message ID: @.***>