Skip to content

Commit

Permalink
misc(plot_view): make it vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Nov 13, 2023
1 parent 97ddd4d commit 6dc4a9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/resources/ui/plot_view.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<interface>
<template class="SpicyPlotView">
<property name="layout-manager">
<object class="GtkBoxLayout"/>
<object class="GtkBoxLayout">
<property name="orientation">vertical</property>
</object>
</property>
<style>
<class name="view"/>
Expand All @@ -23,7 +25,7 @@
</child>
<child>
<object class="GtkScrolledWindow" id="scrolled_window">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="hscrollbar-policy">never</property>
<property name="child">
<object class="GtkListBox" id="filter_list_box">
Expand Down

0 comments on commit 6dc4a9f

Please sign in to comment.