Set min width for search results list view
This commit is contained in:
parent
9baa66bde9
commit
b939f23b9f
@ -8,7 +8,7 @@
|
||||
<StackPane xmlns="http://javafx.com/javafx/23" xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="com.marvinelsen.willow.ui.controllers.SearchResultsController"
|
||||
stylesheets="/css/search-results.css">
|
||||
<ListView fx:id="listViewSearchResults" disable="true"/>
|
||||
<ListView fx:id="listViewSearchResults" disable="true" minWidth="150.0"/>
|
||||
<Label fx:id="labelNoEntriesFound" text="%list.no_entries_found" textAlignment="CENTER"
|
||||
visible="false" wrapText="true">
|
||||
<padding>
|
||||
|
Loading…
Reference in New Issue
Block a user