Hide "Information" options from settings dialog
The settings refresh-rate and columns are set through the settings tool button and implementing them inside the settings dialog is a useless headache. They are therefore made temporarily invisible. The solution will be to use Gtk/Exo bindings.
This commit is contained in:
@@ -199,7 +199,6 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkVSeparator" id="vseparator1">
|
||||
<property name="visible">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
</object>
|
||||
<packing>
|
||||
@@ -210,7 +209,6 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkVBox" id="vbox2">
|
||||
<property name="visible">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user