Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
PR: Improve UI/UX of the Run plugin configuration widgets #22141
PR: Improve UI/UX of the Run plugin configuration widgets #22141
Changes from 54 commits
e73518d
5e0182f
2c33b79
91f2ddb
e52c13f
bdbef37
1dcf7d5
448cc85
db398f7
f57ba7b
51063c8
530bc9a
3a48a87
8be23b4
f5cc47c
ebf949f
543ad31
5c00548
34366eb
03adbaf
f0a0aba
2706ea3
4e07ae5
a070cf6
e22e6c9
736721b
fac3f3b
3b5b773
ddb8541
74d45fb
02c753b
daed316
3375eb4
5e1862d
a1a7d7b
df272ec
16b070c
2d14675
ebab9c6
e5fa369
9910e1b
ce66902
36dea53
4c660c2
ffc08a5
9e87ea5
a6eb582
06e35bd
dcc838a
5598cf1
3d85d44
b741f4e
554ed05
353e4bd
ef830c7
b1e6280
5e801e3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Rather than giving access to the whole main window shouldn't be created specific accessors? So, leaving this as
app._main_window = main
and creating a set of functions to get the values needed soget_mainwindow_width
,get_mainwindow_height
,get_mainwindow_position
, etc?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.
That's a very good idea! Thanks @dalthviz for the suggestion 👍🏽
I'll implement it before merging.
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 no need to bump the config version, right?
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.
This config option wasn't used anywhere. That's why I didn't bump
CONF_VERSION
.