Set min width for search results list view

This commit is contained in:
Marvin Elsen 2024-10-07 00:02:12 +02:00
parent 9baa66bde9
commit b939f23b9f
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

@ -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>