File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ public class HyperTextViewGrid : DemoPage {
2727 var hypertext_scrolled_window = new Gtk .ScrolledWindow () {
2828 height_request = 300 ,
2929 width_request = 600 ,
30- child = hypertext_textview
30+ child = hypertext_textview,
31+ has_frame = true
3132 };
32- hypertext_scrolled_window. add_css_class (Granite . STYLE_CLASS_FRAME );
3333
3434 var box = new Granite .Box (VERTICAL , NONE ) {
3535 halign = CENTER ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class WelcomeView : DemoPage {
4545 margin_start = 12
4646 };
4747 listbox. set_placeholder (search_placeholder);
48- listbox. add_css_class (Granite . STYLE_CLASS_FRAME );
48+ listbox. add_css_class (Granite . CssClass . CARD );
4949
5050 var search_entry = new Gtk .SearchEntry () {
5151 margin_top = 12 ,
You can’t perform that action at this time.
0 commit comments