Skip to content

Commit

Permalink
Replace title and login image (gluonhq#140)
Browse files Browse the repository at this point in the history
* Style chat closer to original client

* Replace Signal with Wave

* Return "Signal" for "Signal Settings"

* Add new graphi to login screen
  • Loading branch information
eugener authored Oct 25, 2021
1 parent 79a6aa5 commit 20fea4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/src/main/resources/com/gluonhq/chat/views/login.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

<View fx:id="loginView" styleClass="login-view" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.gluonhq.chat.views.LoginPresenter">
<VBox fx:id="box" styleClass="box">
<Label fx:id="header" styleClass="header" text="Link your phone to Signal Desktop" />
<Label fx:id="header" styleClass="header" text="Link your phone to Gluon Wave" />
<ImageView fx:id="qrImageView">
<Image url="@/qr.png" />
<Image url="@/start-mobile.png" />
</ImageView>
<GridPane styleClass="text-box" hgap="2.0" vgap="2.0">
<Icon content="ANDROID" GridPane.rowSpan="3" />
Expand Down
Binary file removed App/src/main/resources/qr.png
Binary file not shown.
Binary file added App/src/main/resources/start-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20fea4b

Please sign in to comment.