diff options
author | raveit65 <[email protected]> | 2016-06-11 16:16:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-11 16:16:34 +0200 |
commit | bf2b46a27db85b08e906404dce4e5261e523fdf3 (patch) | |
tree | 31f6e0c7b66782e84c5f2fb2cf430d69957b797f /src/profile-preferences.ui | |
parent | f770de3b819aa3e2c85aafc57ad62cfad5293a33 (diff) | |
download | mate-terminal-bf2b46a27db85b08e906404dce4e5261e523fdf3.tar.bz2 mate-terminal-bf2b46a27db85b08e906404dce4e5261e523fdf3.tar.xz |
profile-editor: render text in color scheme combobox
As we use gtk3 only code we can remove that in UI file,
finaly fix for https://github.com/mate-desktop/mate-terminal/issues/103
Diffstat (limited to 'src/profile-preferences.ui')
-rw-r--r-- | src/profile-preferences.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui index fb8de34..4f4b542 100644 --- a/src/profile-preferences.ui +++ b/src/profile-preferences.ui @@ -1398,12 +1398,6 @@ <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> <property name="model">model4</property> - <child> - <object class="GtkCellRendererText" id="renderer4"/> - <attributes> - <attribute name="text">0</attribute> - </attributes> - </child> </object> <packing> <property name="padding">0</property> |