Skip to content

Commit a05a8bf

Browse files
committed
data/ui/vcview.ui: Fix deprecated VPaned usage
1 parent 491d6d0 commit a05a8bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data/ui/vcview.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,10 @@
488488
</packing>
489489
</child>
490490
<child>
491-
<object class="GtkVPaned" id="vc_console_vpaned">
491+
<object class="GtkPaned" id="vc_console_vpaned">
492492
<property name="visible">True</property>
493493
<property name="can_focus">True</property>
494+
<property name="orientation">vertical</property>
494495
<property name="position">250</property>
495496
<style>
496497
<class name="meld-vc-console-pane"/>

0 commit comments

Comments
 (0)