mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-18 17:25:21 -04:00
Update screenshots, small UI corrections.
This commit is contained in:
parent
3f2e986aed
commit
747a745bbd
5 changed files with 6 additions and 5 deletions
|
@ -94,7 +94,9 @@ public class SplitMergeController implements Initializable {
|
|||
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();
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue