Bug #1247

Standard GTK button images has gone (KDE - oxygengtk)

Added by Zbigniew Rebacz over 8 years ago. Updated over 8 years ago.

Status:ApprovedStart date:08/23/2015
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:UHDSpent 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

Related to Bug #1240: Oxygen gtk prints several critical bugs Rejected 08/22/2015

History

#1 Updated by Zbigniew Rebacz over 8 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 over 8 years ago

  • Category changed from CtrlLib to UHD

#3 Updated by Miroslav Fidler over 8 years ago

  • Status changed from Patch ready to Approved

Also available in: Atom PDF