Skip to content
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

Ug general commands #265

Merged

Conversation

iamjamestan
Copy link

Fixes #253

@iamjamestan iamjamestan added this to the v1.4 milestone Nov 6, 2020
@iamjamestan iamjamestan self-assigned this Nov 6, 2020
@codecov-io
Copy link

Codecov Report

Merging #265 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #265   +/-   ##
=========================================
  Coverage     37.73%   37.73%           
  Complexity      493      493           
=========================================
  Files           149      149           
  Lines          2862     2862           
  Branches        323      323           
=========================================
  Hits           1080     1080           
  Misses         1715     1715           
  Partials         67       67           
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/model/tag/Tag.java 70.00% <ø> (ø) 3.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db4de47...a814b66. Read the comment docs.

@@ -10,7 +10,7 @@
<?import javafx.scene.layout.VBox?>

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for this class line 24

@@ -10,7 +10,7 @@
<?import javafx.scene.layout.VBox?>

<?import javafx.scene.layout.Region?>
<BorderPane VBox.vgrow="ALWAYS" id="borderPane" fx:id="borderPane" maxWidth="Infinity" maxHeight="800" minWidth="400" prefWidth="400" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1" styleClass="hairdresser_card">
<BorderPane VBox.vgrow="ALWAYS" id="borderPane" fx:id="borderPane" maxWidth="Infinity" maxHeight="800" minWidth="300" prefWidth="300" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1" styleClass="hairdresser_card">
<minHeight>
<Region fx:constant="USE_COMPUTED_SIZE"></Region>
</minHeight>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here in line 24

@@ -9,7 +9,7 @@
<?import javafx.scene.layout.VBox?>

<?import javafx.scene.layout.Region?>
<BorderPane id="borderPane" fx:id="borderPane" maxHeight="175" maxWidth="Infinity" minHeight="100" minWidth="300" prefHeight="160" prefWidth="400" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1" styleClass="appt_card">
<BorderPane id="borderPane" fx:id="borderPane" maxHeight="175" maxWidth="Infinity" minHeight="100" minWidth="300" prefHeight="160" prefWidth="300" xmlns="http://javafx.com/javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1" styleClass="appt_card">
<padding>
<Insets bottom="5" left="20" right="5" top="5" />
Copy link

@ya0-yuan ya0-yuan Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i realised that the string will still overflow when it hits the maximum number of characters and when the scroll bar appears, can you help change the left and right padding to 5 instead?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean padding instead of margin?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! sorry for the typo

@ya0-yuan
Copy link

ya0-yuan commented Nov 7, 2020

LGTM!

@ya0-yuan ya0-yuan merged commit d69d4b9 into AY2021S1-CS2103T-T15-1:master Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update all screenshots to the latest ui
3 participants