mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove extra defaults
This commit is contained in:
parent
fa52a8fa70
commit
b2ce53f6d8
2 changed files with 3 additions and 22 deletions
|
|
@ -5,7 +5,7 @@ using namespace app::browser::main;
|
|||
Tab::Tab()
|
||||
{
|
||||
set_scrollable(
|
||||
SCROLLABLE
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ void Tab::append(
|
|||
) {
|
||||
// Init new tab label
|
||||
Gtk::Label * name = new Gtk::Label(
|
||||
LABEL
|
||||
_("New tab")
|
||||
);
|
||||
|
||||
// Setup label controller
|
||||
|
|
@ -50,7 +50,7 @@ void Tab::append(
|
|||
|
||||
set_tab_reorderable(
|
||||
* data,
|
||||
REORDERABLE
|
||||
true
|
||||
);
|
||||
|
||||
if (focus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue