-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fixed-size notes support #641
base: master
Are you sure you want to change the base?
Conversation
Hi, thanks for contributing! Please do not change po files here. This will be overwritten by transifex anyway. To untrack po files, I belive it is |
bcc5d40
to
37c0932
Compare
Hi @mbkma , I think there is an issue in the debian build. Fedora looks good.
Following up on this, perhaps it would be 1.26.2? ThanksQuintin Maldonado |
{ | ||
note->force_fixed_size = force_fixed_size; | ||
|
||
if (force_fixed_size) { |
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.
There is a problem with the judgment here
@@ -251,6 +251,8 @@ stickynote_new_aux (GdkScreen *screen, | |||
stickynote_set_font (note, NULL, TRUE); | |||
stickynote_set_locked (note, FALSE); | |||
|
|||
stickynote_set_fixed_size(note, stickynotes->force_fixed_size); |
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.
Add spaces and unify the code format
Hi all,
These changes apply to stickynotes only.
This is my first PR on a Mate repo. Please bear with me, since there are a few things that are not straightforward:
I understand these are translation files caused by a change I did in stickynotes/sticky-notes-preferences.ui
What is being enhanced & fixed:
This is fixed now, since during startup a check based on screen size is done (propagated from existed code).
Please look at the following images to get an idea of the code changes:
I decided to make these changes since the stickynotes applet has been one of my main productivity tools since 2014 (I used to run RHEL 5 at that time).
Please let me know if there is any change needed or edit as you see fit.
Thanks
Quintin Maldonado