mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 13:43:05 +02:00
Gtk2: make gtk2 toolbuttons more look like real gtk2 theme toolbuttons.issue #18714
git-svn-id: trunk@29496 -
This commit is contained in:
parent
8cf2c6b279
commit
7b7300a573
@ -360,7 +360,7 @@ begin
|
||||
Result.Shadow := GTK_SHADOW_IN
|
||||
else
|
||||
if Details.State in [TS_HOT] then
|
||||
Result.Shadow := GTK_SHADOW_ETCHED_IN
|
||||
Result.Shadow := GTK_SHADOW_ETCHED_OUT
|
||||
else
|
||||
Result.Shadow := GTK_SHADOW_NONE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user