diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-22 10:50:50 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-22 10:50:50 +0000 |
| commit | aef2f68ac3735b77c81b5b39e2d6b370b413d8d2 (patch) | |
| tree | c3e177ba0c9cccac9edf19c05a174bba767e9296 /src/ui/dialog/attrdialog.cpp | |
| parent | Allow to store empty value XML node attributtes (diff) | |
| download | inkscape-aef2f68ac3735b77c81b5b39e2d6b370b413d8d2.tar.gz inkscape-aef2f68ac3735b77c81b5b39e2d6b370b413d8d2.zip | |
Add styling to textview pointed by Adam Belis in team_ux
Diffstat (limited to 'src/ui/dialog/attrdialog.cpp')
| -rw-r--r-- | src/ui/dialog/attrdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/attrdialog.cpp b/src/ui/dialog/attrdialog.cpp index 7a699abab..0dbc1f331 100644 --- a/src/ui/dialog/attrdialog.cpp +++ b/src/ui/dialog/attrdialog.cpp @@ -163,6 +163,7 @@ AttrDialog::AttrDialog() _popover->set_position(Gtk::PositionType::POS_BOTTOM); _popover->signal_closed().connect(sigc::mem_fun(*this, &AttrDialog::popClosed)); _popover->get_style_context()->add_class("inverted"); + _popover->get_style_context()->add_class("attrpop"); attr_reset_context(0); _getContents()->pack_start(_mainBox, Gtk::PACK_EXPAND_WIDGET); setDesktop(getDesktop()); |
