mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 22:04:36 -06:00
CtrlLib: gtk3 ch sb fix
git-svn-id: svn://ultimatepp.org/upp/trunk@13865 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
efd230da85
commit
863ef13995
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
- Issue with editfield text clipping in the right
|
||||
- Remove warnings
|
||||
- Test dark theme
|
||||
- Test rect theme
|
||||
- DropChoice STDSIZE (.TopPosZ(10))
|
||||
- LeftRoundness with DropChoice (DropChoiceRdO)
|
||||
|
|
@ -9,6 +8,8 @@
|
|||
- check CtrlCore/Ctrl.tpp
|
||||
- Check FileSel
|
||||
- tooltip issue
|
||||
- disabled color in Breeze-Dark
|
||||
- a lot of work in Redmond
|
||||
|
||||
NTH:
|
||||
- spinbutton cosmetics
|
||||
|
|
@ -55,3 +56,4 @@ DONE:
|
|||
- Blue Menta ugly scrollbars (round)
|
||||
- CleanTheme for X11
|
||||
- libgtk-3-dev to buildrequires
|
||||
- Test dark theme
|
||||
|
|
|
|||
|
|
@ -360,7 +360,6 @@ void ChHostSkin()
|
|||
|
||||
{
|
||||
ScrollBar::Style& s = ScrollBar::StyleDefault().Write();
|
||||
s.through = true;
|
||||
static GtkWidget *proto = (GtkWidget *)gtk_scrollbar_new(GTK_ORIENTATION_HORIZONTAL, NULL); // to get style params
|
||||
gboolean stepper;
|
||||
gint minslider;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue