picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.67k stars 333 forks source link

[GTK] themed tabcontrol are always at left #2410

Closed Miepee closed 1 year ago

Miepee commented 1 year ago

Expected Behavior

Tabs should be where the dropdown says where they should be

Actual Behavior

They're always on the left
image

Steps to Reproduce the Problem

  1. Open TabControl themed test on Eto.Test

    Specifications

    • Version: 2.7.3
    • Platform(s): GTK
    • Operating System(s): Arch Linux
cwensley commented 1 year ago

The themed tab control section is just a test of the theming, it is not meant to be a full implementation of the tab control itself. Thanks for reporting the issue, however!