Small clean ups

master
Melroy van den Berg 2021-08-25 23:54:01 +02:00
parent 56a22b036f
commit d39ebb51cd
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
2 changed files with 0 additions and 3 deletions

View File

@ -119,8 +119,6 @@ void Draw::addTags()
tmpTag->property_foreground() = "blue";
tmpTag->property_wrap_mode() = Gtk::WrapMode::WRAP_WORD;
tmpTag->property_indent() = 15;
tmpTag->property_left_margin() = 10;
tmpTag->property_right_margin() = 10;
// highlight
tmpTag = buffer->create_tag("highlight");

View File

@ -239,7 +239,6 @@ void MainWindow::initSettingsPopover()
m_hboxSetingsBrightness.pack_end(m_scaleSettingsBrightness);
// Spin buttons
// m_fontButton.set?
m_spacingSpinButton.set_adjustment(m_spacingAdjustment);
m_marginsSpinButton.set_adjustment(m_marginsAdjustment);
m_indentSpinButton.set_adjustment(m_indentAdjustment);