← Back to team overview

touch-packages team mailing list archive

[Bug 1463390] [NEW] GtkToolbar icons scale wrongly

 

Public bug reported:

To test this (as long as we have gedit 3.10 with the old style tooolbar)

  GTK_SCALE=2 gedit

the icons will be too large.

If you add

  gtk_toolbar_set_icon_size (toolbar, GTK_ICON_SIZE_SMALL_TOOLBAR);

then it looks right, but this isn't the right thing to do - it should be
correct by default.

 It seems as if the scaling is applied wrongly, perhaps twice,
somewhere.

(Tested with 3.16)

** Affects: gtk+3.0 (Ubuntu)
     Importance: Undecided
     Assignee: Lars Uebernickel (larsu)
         Status: New

** Changed in: gtk+3.0 (Ubuntu)
     Assignee: (unassigned) => Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1463390

Title:
  GtkToolbar icons scale wrongly

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  To test this (as long as we have gedit 3.10 with the old style
  tooolbar)

    GTK_SCALE=2 gedit

  the icons will be too large.

  If you add

    gtk_toolbar_set_icon_size (toolbar, GTK_ICON_SIZE_SMALL_TOOLBAR);

  then it looks right, but this isn't the right thing to do - it should
  be correct by default.

   It seems as if the scaling is applied wrongly, perhaps twice,
  somewhere.

  (Tested with 3.16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1463390/+subscriptions


Follow ups

References