Bug #1247
Standard GTK button images has gone (KDE - oxygengtk)
Status: | Approved | Start date: | 08/23/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | UHD | Spent time: | - | |
Target version: | Release 2015.2 |
Description
"OK" and "Cancel" buttons doesn’t have icon for some reason on gtk.
Tested with Kubuntu 14.04 - theme oxygengtk.
Related issues
History
#1 Updated by Zbigniew Rebacz about 9 years ago
- Status changed from New to Patch ready
- Assignee set to Miroslav Fidler
It seems you have changed values a little bit. Here is solution for this bug (CtrlLib/ChGtk.cpp - line 210):
s.ok = GtkImage("gtk-ok", DPI(4), DPI(16)); s.cancel = GtkImage("gtk-cancel", DPI(4), DPI(16)); s.exit = GtkImage("gtk-quit", DPI(4), DPI(16));
s.ok = GtkImage("gtk-ok", DPI, DPI); instead of s.ok = GtkImage("gtk-ok", DPI, DPI);
#2 Updated by Miroslav Fidler about 9 years ago
- Category changed from CtrlLib to UHD
#3 Updated by Miroslav Fidler about 9 years ago
- Status changed from Patch ready to Approved