-
Notifications
You must be signed in to change notification settings - Fork 45
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
[REVIEW ONLY] - Reallocate styles in appropriate files #713
Conversation
Signed-off-by: Ivan Morgillo <[email protected]>
import org.jetbrains.jewel.ui.component.styling.ButtonMetrics | ||
import org.jetbrains.jewel.ui.component.styling.ButtonStyle | ||
|
||
internal fun readOutlinedButtonStyle(): ButtonStyle { |
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.
Outlined and Default are both Button types. They should stay in the same file (IntUiBridgeButton)
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.
Done in 65116fb
import org.jetbrains.jewel.ui.component.styling.TabStyle | ||
import org.jetbrains.jewel.ui.icons.AllIconsKeys | ||
|
||
internal fun readEditorTabStyle(): TabStyle { |
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.
Default and Editor are both Tab styles. They should stay in the same file (IntUiBridgeTab)
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.
Done in 51d8d29
Signed-off-by: Ivan Morgillo <[email protected]>
Signed-off-by: Ivan Morgillo <[email protected]>
Reference JetBrains/jewel#713 Signed-off-by: Ivan Morgillo <[email protected]>
Migrated to IJP as JetBrains/intellij-community#2910 |
Reference JetBrains/jewel#713 Signed-off-by: Ivan Morgillo <[email protected]> closes #2910 GitOrigin-RevId: 1deb160659741c2256d49ace9460a515f504384f
Reference #713 Signed-off-by: Ivan Morgillo <[email protected]> closes JetBrains/intellij-community#2910 GitOrigin-RevId: 1deb160659741c2256d49ace9460a515f504384f
Closes #708