Skip to content

Commit

Permalink
Update screenshots, small UI corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
developersu committed Aug 26, 2021
1 parent 3f2e986 commit 747a745
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# NS-USBloader

![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/ns-usbloader/total.svg) ![LatestVer](https://img.shields.io/github/release/developersu/ns-usbloader.svg)

![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/ns-usbloader/total.svg) ![LatestVer](https://img.shields.io/github/release/developersu/ns-usbloader.svg) ![CI](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fredrise.ru%2Fjen%2Fjob%2Fns-usbloader%2Fjob%2Fmaster%2F)
[Support author](#support-this-app)

NS-USBloader is:
Expand Down Expand Up @@ -47,7 +46,7 @@ Sometimes I add new posts about this project [on my home page](https://developer
* Chinese (Simplified) by [Huang YunKun (htynkn)](https://github.com/htynkn), [exiori](https://github.com/exiori)
* German by [Swarsele](https://github.com/Swarsele)
* Vietnamese by [Hai Phan Nguyen (pnghai)](https://github.com/pnghai)
* Czech by [Spenaat](https://github.com/spenaat)
* Czech by [Spenaat](https://github.com/spenaat)r
* Chinese (Traditional) by [qazrfv1234](https://github.com/qazrfv1234)
* Arabic by [eslamabdel](https://github.com/eslamabdel)
* Romanian by [Călin Ilie](https://github.com/calini)
Expand Down
Binary file modified screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ public void initialize(URL url, ResourceBundle resourceBundle) {
else
mergeRad.fire();

saveToPathLbl.setText(AppPreferences.getInstance().getSplitMergeRecent());
String previouslyUsedSaveToPath = AppPreferences.getInstance().getSplitMergeRecent();

saveToPathLbl.setText(FilesHelper.getRealFolder(previouslyUsedSaveToPath));

changeSaveToBtn.setOnAction((actionEvent -> {
DirectoryChooser directoryChooser = new DirectoryChooser();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/SplitMergeTab.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</VBox.margin>
</Button>
<Label text="%tabSplMrg_Lbl_SaveToLocation" />
<Label fx:id="saveToPathLbl" maxWidth="200.0" textOverrun="CENTER_WORD_ELLIPSIS" />
<Label fx:id="saveToPathLbl" maxWidth="-Infinity" prefWidth="175.0" textOverrun="CENTER_WORD_ELLIPSIS" />
<Button fx:id="changeSaveToBtn" contentDisplay="TOP" mnemonicParsing="false" text="%tabSplMrg_Btn_ChangeSaveToLocation" />
<Pane VBox.vgrow="ALWAYS" />
<VBox>
Expand Down

0 comments on commit 747a745

Please sign in to comment.