Skip to content

Commit

Permalink
Add preliminary kernel options tab to GTK3 window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Huulivoide committed Jun 19, 2012
1 parent 5eb4ea9 commit 9461f71
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions mainwindow.ui
Expand Up @@ -1555,10 +1555,24 @@ don't know what you are doing</property>
</packing>
</child>
<child>
<placeholder/>
<object class="GtkFixed" id="fixed3">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="position">2</property>
</packing>
</child>
<child type="tab">
<placeholder/>
<object class="GtkLabel" id="label_kernel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Kernel options</property>
</object>
<packing>
<property name="position">2</property>
<property name="tab_fill">False</property>
</packing>
</child>
</object>
<packing>
Expand Down

0 comments on commit 9461f71

Please sign in to comment.