Skip to content

Commit 71f26df

Browse files
authored
Merge pull request #274
Change the icon back
2 parents 1cb5bf3 + f7739fc commit 71f26df

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

docs/images/CampusConnectLogo.png

113 KB
Loading
Loading
22.1 KB
Loading

src/main/resources/view/HelpWindow.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<?import javafx.scene.control.Hyperlink?>
1212
<fx:root resizable="false" title="CampusConnect Help" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
1313
<icons>
14-
<Image url="@/images/CampusConnectLogo.png" requestedWidth="100"/>
14+
<Image url="@/images/HelpWindowLogo.png" requestedWidth="100"/>
1515
</icons>
1616
<scene>
1717
<Scene>

0 commit comments

Comments
 (0)