Skip to content

Commit

Permalink
Emoji tab
Browse files Browse the repository at this point in the history
Merge pull request #15 from Shemplo/shemplo
  • Loading branch information
Shemplo committed Oct 27, 2019
2 parents 6a7b7bf + efa2b33 commit f04e70d
Show file tree
Hide file tree
Showing 10 changed files with 532 additions and 31 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ru.shemplo</groupId>
<artifactId>chat.neerc</artifactId>
<version>0.1.16</version>
<version>0.1.17</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ru/shemplo/chat/neerc/gfx/WindowManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void start (Stage stage) throws Exception {
stage.setMinWidth (725); stage.setMinHeight (675);

stage.setScene (new Scene (new Pane ()));
stage.setTitle ("Neerc chat | build 0.1.15");
stage.setTitle ("Neerc chat | build 0.1.17");

switchScene (ClientScene.MAIN);
//stage.setY ((screen.height - stage.getHeight ()) / 2);
Expand Down
Loading

0 comments on commit f04e70d

Please sign in to comment.