datetime: Don't hard-code font size
Use a percentage instead. https://bugzilla.gnome.org/show_bug.cgi?id=735973
This commit is contained in:
parent
c515a6e67e
commit
d7bda0bc2e
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ setup_am_pm_button (CcDateTimePanel *self)
|
|||
provider = gtk_css_provider_new ();
|
||||
gtk_css_provider_load_from_data (GTK_CSS_PROVIDER (provider),
|
||||
".gnome-control-center-ampm-toggle-button {\n"
|
||||
" font-size: 18px;\n"
|
||||
" font-size: 150%;\n"
|
||||
"}", -1, NULL);
|
||||
context = gtk_widget_get_style_context (am_pm_button);
|
||||
gtk_style_context_add_provider (context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue