2 small visual tweaks to Deskbar prefs

Push the icon size slider down 10px
Indent the time interval radio buttons over 10 more px (20px total)
This commit is contained in:
John Scipione 2012-04-15 01:56:01 -04:00
parent a81ab45891
commit 083776f89f
1 changed files with 5 additions and 2 deletions

View File

@ -244,7 +244,10 @@ PreferencesWindow::PreferencesWindow(BRect frame)
.Add(fAppsExpandNew)
.End()
.Add(fAppsHideLabels)
.AddGroup(B_HORIZONTAL, 0)
.SetInsets(0, 10, 0, 0)
.Add(fAppsIconSizeSlider)
.End()
.AddGlue()
.SetInsets(10, 10, 10, 10)
.End()
@ -269,7 +272,7 @@ PreferencesWindow::PreferencesWindow(BRect frame)
timeIntervalLabel->SetLowColor((rgb_color){255, 255, 255, 255});
BGroupLayout* timeIntervalLayout = new BGroupLayout(B_VERTICAL, 0);
timeIntervalLayout->SetInsets(10, 0, 0, 0);
timeIntervalLayout->SetInsets(20, 0, 0, 0);
BView* timeIntervalView = new BView("interval", 0, timeIntervalLayout);
timeIntervalView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
timeIntervalView->SetLowColor(ui_color(B_PANEL_BACKGROUND_COLOR));