summaryrefslogtreecommitdiffstats
path: root/tdegtk/tdegtk-theme.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-11-05 17:21:22 -0600
committerTimothy Pearson <[email protected]>2012-11-05 17:21:22 -0600
commit76f5e2671f3a61225a730e3d9699833ae3bec6f2 (patch)
tree914e487936971fe409518555634b94ab27899b35 /tdegtk/tdegtk-theme.cpp
parentd3b9433c0a03c258e535556dcb7512391224ce8d (diff)
downloadgtk3-tqt-engine-76f5e2671f3a61225a730e3d9699833ae3bec6f2.tar.gz
gtk3-tqt-engine-76f5e2671f3a61225a730e3d9699833ae3bec6f2.zip
Fix mask transforms
Use full TQt3 progress bar drawing code
Diffstat (limited to 'tdegtk/tdegtk-theme.cpp')
-rw-r--r--tdegtk/tdegtk-theme.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tdegtk/tdegtk-theme.cpp b/tdegtk/tdegtk-theme.cpp
index 40c96c3..e0b74a9 100644
--- a/tdegtk/tdegtk-theme.cpp
+++ b/tdegtk/tdegtk-theme.cpp
@@ -597,6 +597,11 @@ void writeGtkThemeControlFile(int forceRecreate) {
bool combobox_appears_as_list = (!(tqApp->style().styleHint(TQStyle::SH_ComboBox_Popup) || tqApp->style().styleHint(TQStyle::SH_GUIStyle) == TQt::MotifStyle));
stream << parse_rc_string(TQString("-GtkComboBox-appears-as-list: %1px").arg(combobox_appears_as_list), "*");
+
+ // FIXME
+ // Work around problems detailed in upstream GTK bug #687677
+ stream << parse_rc_string(TQString("-GtkComboBox-shadow-type: in"), "*");
+
stream << parse_rc_string("-GtkComboBox-arrow-size: " + TQString::number(tqApp->style().pixelMetric(TQStyle::PM_ArrowSize)), "*");
stream << parse_rc_string("-GtkComboBox-arrow-scaling: 0", "*");