-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timezone dropdown #106
Timezone dropdown #106
Conversation
a4840ef
to
b2c7f21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Ryo Nakano <[email protected]>
* Fix missing minutes portion of timezone UTC offset * Change dot to colon in UTC offset * Use abs () for minutes for negative offset
I fixed this issue in #128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it looks like we need to update the screenshot again :)
@ryonakano done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and works as expected! Also don't forget to update the Build-Depends list in the deb-packaging branch too 😉
@ryonakano here you go #130 |
Replaces a bunch of deprecated stuff with a Gtk.Dropdown that has search
Fixes #119