-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins/scpi.c: replace deprecated gtk3 functions
use CSS style provider to set box widget color instead of gtk_widget_override_color add box colors to style sheet Signed-off-by: Cristina Suteu <[email protected]>
- Loading branch information
1 parent
23860db
commit ab96f59
Showing
2 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
.data_box { | ||
background: #000000; | ||
} | ||
.spci_box_r { | ||
background: #FF0000 | ||
} | ||
.spci_box_g { | ||
background: #008000 | ||
} |