arshubham / cipher

A simple application for encoding and decoding text
GNU General Public License v3.0
18 stars 10 forks source link

Bugged display when selecting numbers of letters to shift to the right #27

Closed NathanBnm closed 5 years ago

NathanBnm commented 5 years ago

Here is a screenshot: image

arshubham commented 5 years ago

I am thinking of a redesign to the app. Will be fixed soon.

arshubham commented 5 years ago

@NathanBnm I looked into fixing this however according to this issue https://gitlab.gnome.org/GNOME/gtk/issues/270 , it is an accessibility feature and won't be removed. So I can't do anything here. for Combobox. I can replace it with Spin Button if you like. image

I fixed the default value however.

NathanBnm commented 5 years ago

@arshubham yes Spin Button is definitely better :+1: What do you think?

arshubham commented 5 years ago

Yes, I am also in favor of spin button.

@NathanBnm What do you think of the new design?

NathanBnm commented 5 years ago

Great!

@arshubham I like it :+1: