Skip to content

Commit ef7100c

Browse files
sc0wraveit65
authored andcommitted
gsm-inhibit-dialog.ui: avoid deprecated GtkVBox
1 parent c8cb269 commit ef7100c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎data/gsm-inhibit-dialog.ui‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<interface>
3-
<requires lib="gtk+" version="2.16"/>
3+
<requires lib="gtk+" version="3.22"/>
44
<!-- interface-naming-policy toplevel-contextual -->
5-
<object class="GtkVBox" id="main-box">
5+
<object class="GtkBox" id="main-box">
66
<property name="visible">True</property>
77
<property name="border_width">6</property>
88
<property name="orientation">vertical</property>

0 commit comments

Comments
 (0)