Skip to content

Commit

Permalink
Changes to Print UI, bug fixes and improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunal committed Apr 9, 2017
1 parent 26ae871 commit ec082cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1491739059796</id>
<name></name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-binaries</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Binary file added installerScripts/PrinterConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/visMan/PrintUserCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Insets left="5.0" />
</GridPane.margin>
</Label>
<Label prefWidth="65.0" text="Age :" GridPane.rowIndex="1">
<Label text="Age :" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="15.0" />
</font>
Expand Down Expand Up @@ -115,7 +115,7 @@
</Label>
<Label text="INDIAN INSTITUTE OF TECHNOLOGY INDORE" textFill="#1f497d">
<font>
<Font name="System Bold" size="12.2" />
<Font name="Arial Narrow Bold" size="14.0" />
</font>
<VBox.margin>
<Insets bottom="-20.0" />
Expand Down

0 comments on commit ec082cc

Please sign in to comment.