Andreas Kling
|
4f77b4e5bc
|
GTabWidget: Fill the entire tab widget instead of just the bar.
There's no guarantee that child widgets will paint everything, so let's have
GTabWidget fill itself.
|
2019-05-07 17:00:56 +02:00 |
|
Andreas Kling
|
11b99dd89a
|
GTabWidget: Tweak appearance.
|
2019-05-07 14:13:20 +02:00 |
|
Andreas Kling
|
5c4b421d56
|
GTabWidget: Highlight tab buttons when hovered.
The active tab's button doesn't get highlighted, since the highlight is
supposed to indicate that the widget can be interacted with.
|
2019-05-07 14:01:20 +02:00 |
|
Andreas Kling
|
3bdb95e128
|
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
|
2019-05-05 20:53:04 +02:00 |
|
Andreas Kling
|
9e5ad25188
|
GTabWidget: Paint a frame around the container part of the widget.
Then make the active tab stand out by punching a hole in the frame below
its button.
|
2019-05-05 15:03:34 +02:00 |
|
Andreas Kling
|
4e1b36ddf2
|
GTabWidget: Make a custom look for tab buttons.
|
2019-05-05 14:39:37 +02:00 |
|
Andreas Kling
|
62e7b26406
|
LibGUI: Start working on a tabbed widget container: GTabWidget.
|
2019-05-05 01:31:02 +02:00 |
|