Исправлен дизайн, исправлен баг

pull/11/head
Igor Belitskiy 3 years ago
parent b8c9cf2175
commit 17f053d5a7

@ -698,10 +698,10 @@ void MainWindow::wrapper_save_all_cfg() {
this->set_data_cfg(); this->set_data_cfg();
bool _flag_save_global1 = true; bool _flag_save_global1 = true;
bool _flag_save_local1 = true; bool _flag_save_local1 = true;
if (flag_save_global == true) { if (flag_save_global == false) {
_flag_save_global1 = this->save_template(global_save, global_remove , "global"); _flag_save_global1 = this->save_template(global_save, global_remove , "global");
} }
if (flag_save_local == true) { if (flag_save_local == false) {
_flag_save_local1 = this->save_template(system_save, system_remove , "system"); _flag_save_local1 = this->save_template(system_save, system_remove , "system");
} }
if (_flag_save_global1 && _flag_save_local1) { if (_flag_save_global1 && _flag_save_local1) {

@ -619,6 +619,8 @@ specified priority</property>
<property name="height-request">140</property> <property name="height-request">140</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin-right">5</property>
<property name="margin-end">5</property>
<property name="shadow-type">in</property> <property name="shadow-type">in</property>
<child> <child>
<object class="GtkViewport"> <object class="GtkViewport">
@ -629,8 +631,6 @@ specified priority</property>
<property name="height-request">-1</property> <property name="height-request">-1</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin-right">5</property>
<property name="margin-end">5</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>
@ -738,6 +738,8 @@ specified priority</property>
<property name="height-request">140</property> <property name="height-request">140</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin-right">5</property>
<property name="margin-end">5</property>
<property name="shadow-type">in</property> <property name="shadow-type">in</property>
<child> <child>
<object class="GtkViewport"> <object class="GtkViewport">
@ -747,8 +749,6 @@ specified priority</property>
<object class="GtkTreeView" id="treeViewIPT"> <object class="GtkTreeView" id="treeViewIPT">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin-right">5</property>
<property name="margin-end">5</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>
@ -856,6 +856,8 @@ specified priority</property>
<property name="height-request">140</property> <property name="height-request">140</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin-right">5</property>
<property name="margin-end">5</property>
<property name="shadow-type">in</property> <property name="shadow-type">in</property>
<child> <child>
<object class="GtkViewport"> <object class="GtkViewport">
@ -865,8 +867,6 @@ specified priority</property>
<object class="GtkTreeView" id="treeViewOTT"> <object class="GtkTreeView" id="treeViewOTT">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin-right">5</property>
<property name="margin-end">5</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>

Loading…
Cancel
Save