-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iterate on TextField and TextArea focused state UI (#540)
* add example text to Swing TextArea in SwingComparisonTabPanel Signed-off-by: Ivan Morgillo <[email protected]> * fix TextArea cursor start padding Signed-off-by: Ivan Morgillo <[email protected]> * iterate on InputField focused UI Signed-off-by: Ivan Morgillo <[email protected]> * iterate on TextField and TextArea style and metrics Signed-off-by: Ivan Morgillo <[email protected]> * reformat IntUiBridge.kt Signed-off-by: Ivan Morgillo <[email protected]> * update API files Signed-off-by: Ivan Morgillo <[email protected]> * use retrieveArcAsCornerSize instead of manually pulling the constant Signed-off-by: Ivan Morgillo <[email protected]> * add more textfields to SwingComparisonTabPanel for further comparison Signed-off-by: Ivan Morgillo <[email protected]> * reformat Signed-off-by: Ivan Morgillo <[email protected]> * remove detekt-compose dependency from .idea/detect.xml reference: #540 (comment) Signed-off-by: Ivan Morgillo <[email protected]> * remove redundant parameter in IntUiBridge TextFieldMetrics reference: #540 (comment) Signed-off-by: Ivan Morgillo <[email protected]> * remove unnecessary focusOutlineExpand property Signed-off-by: Ivan Morgillo <[email protected]> * clean up Swing/Compose TextField comparison Signed-off-by: Ivan Morgillo <[email protected]> * re-enable logging in ResourcePainterProvider Signed-off-by: Ivan Morgillo <[email protected]> * tune TextArea paddings Signed-off-by: Ivan Morgillo <[email protected]> * update API files Signed-off-by: Ivan Morgillo <[email protected]> * restore previous minSize for TextField Signed-off-by: Ivan Morgillo <[email protected]> * reapply border fixed after scrollbar rebase Signed-off-by: Ivan Morgillo <[email protected]> * reformat InputField Signed-off-by: Ivan Morgillo <[email protected]> * tune TextFieldMetrics Signed-off-by: Ivan Morgillo <[email protected]> * Tweak paddings to better align with Swing * TextField horizontal padding should consider the border, too * TextArea padding should not apply to the scrollbar itself * Tweak scrollbar min height to match Swing --------- Signed-off-by: Ivan Morgillo <[email protected]>
- Loading branch information
Showing
8 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters