Fixed Save and Load buttons style

pull/55/head
parent f42ac41959
commit 11b549cb50

@ -690,8 +690,6 @@ void MainWindow::localization() {
btnSaveGlob->set_label(save_global);
btnLoadGlob->set_label(load_global);
btnLoadLocal->set_label(load_local);
btnSave->set_label(str_save);
btnLoad->set_label(str_load);
this->set_title(name_app);
cmbDownloadMode->append(loading_animation_with);
cmbDownloadMode->append(loading_animation_without);

@ -160,4 +160,7 @@ opacity:0.99;
border-width: 1px;
border-style: solid;
border-color: @theme_text_color;
}
.bultar {
border:none;
}

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
<interface domain="ubl-settings-bootloader">
<requires lib="gtk+" version="3.24"/>
<!-- interface-css-provider-path ubl-settings-bootloader.css -->
<object class="GtkSizeGroup">

Loading…
Cancel
Save